color codes Logo

#dda508 color codes

#DDA508
(221,165,8)
0 Favorites   0 Comments

Color spaces of #dda508

RGB 2211658
HSL0.120.930.45
HSV44°96°87°
CMYK 0.000.250.96   0.13
XYZ43.317842.30006.1113
Yxy42.30000.47220.4611
Hunter Lab65.03855.069739.9558
CIE-Lab71.07739.447173.5581

#dda508 color RGB value is (221,165,8).

#dda508 hex color red value is 221, green value is 165 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #dda508 hue: 0.12 , saturation: 0.93 and the lightness value of dda508 is 0.45.

The process color (four color CMYK) of #dda508 color code is 0.00, 0.25, 0.96, 0.13. Web safe color of #dda508 is #cc9900. Color #dda508 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 00001000
Octal 335 245 10
Decimal 221 165 8
Hex DD A5 8

RGB Percentages of Color #dda508

%56.09
%41.88
%2.03

CMYK Percentages of Color #dda508

%0
%25
%96
%13

Triadic Colors of #dda508

#dda508 #08dda5 #a508dd

Analogous Colors of #dda508

#dda508 #abdd08 #dd3b08

Monochromatic Colors of #dda508

#dda508

Complementary Color

#dda508 #0840dd

#dda508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda508 Color CSS Codes

.mybgcolor {background-color:#dda508; } 
.myforecolor {color:#dda508; }
.mybordercolor {border:3px solid #dda508; }

#dda508 Text Font Color

<p style="color:#dda508">Text here</p>

This sample text font color is #dda508
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda508 Background Color

<div style="background-color:#dda508">
Div content here</div>

This div background color is #dda508


#dda508 Border Color

<div style="border:3px solid #dda508">
Div here</div>

This div border color is #dda508


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,165,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda508; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda508;
  -webkit-box-shadow: 1px 1px 3px 2px #dda508;
  box-shadow:         1px 1px 3px 2px #dda508; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,165,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda508">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda508;
  -webkit-box-shadow: 1px 1px 3px 2px #dda508;
  box-shadow:         1px 1px 3px 2px #dda508;">
Div content here</div>

This div box has shadow with color #dda508


Comments

No comments written yet.

Please login to write comment.