Color Hex Logo

#dda572 Color Hex

#DDA572
(221,165,114)
0 Favorites   0 Comments

Color spaces of #dda572

RGB 221165114
HSL0.080.610.66
HSV29°48°87°
CMYK 0.000.250.48   0.13
XYZ46.311243.497321.8745
Yxy43.49730.41470.3895
Hunter Lab65.95259.924126.5020
CIE-Lab71.891214.605334.4008

#dda572 color RGB value is (221,165,114).

#dda572 hex color red value is 221, green value is 165 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dda572 hue: 0.08 , saturation: 0.61 and the lightness value of dda572 is 0.66.

The process color (four color CMYK) of #dda572 color hex is 0.00, 0.25, 0.48, 0.13. Web safe color of #dda572 is #cc9966. Color #dda572 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 01110010
Octal 335 245 162
Decimal 221 165 114
Hex DD A5 72

RGB Percentages of Color #dda572

%44.20
%33.00
%22.80

CMYK Percentages of Color #dda572

%0
%25
%48
%13

Triadic Colors of #dda572

#dda572 #72dda5 #a572dd

Analogous Colors of #dda572

#dda572 #dddb72 #dd7275

Monochromatic Colors of #dda572

#dda572

Complementary Color

#dda572 #72aadd

#dda572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda572 Color CSS Codes

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

#dda572 Text Font Color

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

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


#dda572 Background Color

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

This div background color is #dda572


#dda572 Border Color

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

This div border color is #dda572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda572


Comments

No comments written yet.

Please login to write comment.