Color Hex Logo

#dda372 Color Hex

#DDA372
(221,163,114)
0 Favorites   0 Comments

Color spaces of #dda372

RGB 221163114
HSL0.080.610.66
HSV27°48°87°
CMYK 0.000.260.48   0.13
XYZ45.953242.781421.7552
Yxy42.78140.41590.3872
Hunter Lab65.407510.945226.0648
CIE-Lab71.406415.678733.7782

#dda372 color RGB value is (221,163,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100011 01110010
Octal 335 243 162
Decimal 221 163 114
Hex DD A3 72

RGB Percentages of Color #dda372

%44.38
%32.73
%22.89

CMYK Percentages of Color #dda372

%0
%26
%48
%13

Triadic Colors of #dda372

#dda372 #72dda3 #a372dd

Analogous Colors of #dda372

#dda372 #ddd972 #dd7277

Monochromatic Colors of #dda372

#dda372

Complementary Color

#dda372 #72acdd

#dda372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda372 Color CSS Codes

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

#dda372 Text Font Color

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

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


#dda372 Background Color

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

This div background color is #dda372


#dda372 Border Color

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

This div border color is #dda372


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,163,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 #dda372">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda372


Comments

No comments written yet.

Please login to write comment.