Color Hex Logo

#dda05c Color Hex

#DDA05C
(221,160,92)
0 Favorites   0 Comments

Color spaces of #dda05c

RGB 22116092
HSL0.090.650.61
HSV32°58°87°
CMYK 0.000.280.58   0.13
XYZ44.321441.286515.7583
Yxy41.28650.43720.4073
Hunter Lab64.254610.679930.4375
CIE-Lab70.376215.417943.9187

#dda05c color RGB value is (221,160,92).

#dda05c hex color red value is 221, green value is 160 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dda05c hue: 0.09 , saturation: 0.65 and the lightness value of dda05c is 0.61.

The process color (four color CMYK) of #dda05c color hex is 0.00, 0.28, 0.58, 0.13. Web safe color of #dda05c is #cc9966. Color #dda05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 01011100
Octal 335 240 134
Decimal 221 160 92
Hex DD A0 5C

RGB Percentages of Color #dda05c

%46.72
%33.83
%19.45

CMYK Percentages of Color #dda05c

%0
%28
%58
%13

Triadic Colors of #dda05c

#dda05c #5cdda0 #a05cdd

Analogous Colors of #dda05c

#dda05c #dadd5c #dd5f5c

Monochromatic Colors of #dda05c

#dda05c

Complementary Color

#dda05c #5c99dd

#dda05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda05c Color CSS Codes

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

#dda05c Text Font Color

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

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


#dda05c Background Color

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

This div background color is #dda05c


#dda05c Border Color

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

This div border color is #dda05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda05c


Comments

No comments written yet.

Please login to write comment.