Color Hex Logo

#dda005 Color Hex

#DDA005
(221,160,5)
0 Favorites   0 Comments

Color spaces of #dda005

RGB 2211605
HSL0.120.960.44
HSV43°98°87°
CMYK 0.000.280.98   0.13
XYZ42.417040.52475.7300
Yxy40.52470.47840.4570
Hunter Lab63.65907.534139.2246
CIE-Lab69.841612.087373.0545

#dda005 color RGB value is (221,160,5).

#dda005 hex color red value is 221, green value is 160 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #dda005 hue: 0.12 , saturation: 0.96 and the lightness value of dda005 is 0.44.

The process color (four color CMYK) of #dda005 color hex is 0.00, 0.28, 0.98, 0.13. Web safe color of #dda005 is #cc9900. Color #dda005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 00000101
Octal 335 240 5
Decimal 221 160 5
Hex DD A0 5

RGB Percentages of Color #dda005

%57.25
%41.45
%1.30

CMYK Percentages of Color #dda005

%0
%28
%98
%13

Triadic Colors of #dda005

#dda005 #05dda0 #a005dd

Analogous Colors of #dda005

#dda005 #aedd05 #dd3405

Monochromatic Colors of #dda005

#dda005

Complementary Color

#dda005 #0542dd

#dda005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda005 Color CSS Codes

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

#dda005 Text Font Color

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

This sample text font color is #dda005
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.


#dda005 Background Color

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

This div background color is #dda005


#dda005 Border Color

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

This div border color is #dda005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda005


Comments

No comments written yet.

Please login to write comment.