Color Hex Logo

#ddd872 Color Hex

#DDD872
(221,216,114)
0 Favorites   0 Comments

Color spaces of #ddd872

RGB 221216114
HSL0.160.610.66
HSV57°48°87°
CMYK 0.000.020.48   0.13
XYZ57.411965.698825.5748
Yxy65.69880.38610.4419
Hunter Lab81.0548-15.412638.0309
CIE-Lab84.8425-12.006150.4668

#ddd872 color RGB value is (221,216,114).

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

The process color (four color CMYK) of #ddd872 color hex is 0.00, 0.02, 0.48, 0.13. Web safe color of #ddd872 is #cccc66. Color #ddd872 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01110010
Octal 335 330 162
Decimal 221 216 114
Hex DD D8 72

RGB Percentages of Color #ddd872

%40.11
%39.20
%20.69

CMYK Percentages of Color #ddd872

%0
%2
%48
%13

Triadic Colors of #ddd872

#ddd872 #72ddd8 #d872dd

Analogous Colors of #ddd872

#ddd872 #addd72 #dda372

Monochromatic Colors of #ddd872

#ddd872

Complementary Color

#ddd872 #7277dd

#ddd872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd872 Color CSS Codes

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

#ddd872 Text Font Color

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

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


#ddd872 Background Color

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

This div background color is #ddd872


#ddd872 Border Color

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

This div border color is #ddd872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd872


Comments

No comments written yet.

Please login to write comment.