Color Hex Logo

#dddf72 Color Hex

#DDDF72
(221,223,114)
0 Favorites   0 Comments

Color spaces of #dddf72

RGB 221223114
HSL0.170.630.66
HSV61°49°87°
CMYK 0.010.000.49   0.13
XYZ59.243769.362426.1854
Yxy69.36240.38270.4481
Hunter Lab83.2841-18.772139.6575
CIE-Lab86.6832-15.491752.6660

#dddf72 color RGB value is (221,223,114).

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

The process color (four color CMYK) of #dddf72 color hex is 0.01, 0.00, 0.49, 0.13. Web safe color of #dddf72 is #cccc66. Color #dddf72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 01110010
Octal 335 337 162
Decimal 221 223 114
Hex DD DF 72

RGB Percentages of Color #dddf72

%39.61
%39.96
%20.43

CMYK Percentages of Color #dddf72

%1
%0
%49
%13

Triadic Colors of #dddf72

#dddf72 #72dddf #df72dd

Analogous Colors of #dddf72

#dddf72 #a7df72 #dfab72

Monochromatic Colors of #dddf72

#dddf72

Complementary Color

#dddf72 #7472df

#dddf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf72 Color CSS Codes

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

#dddf72 Text Font Color

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

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


#dddf72 Background Color

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

This div background color is #dddf72


#dddf72 Border Color

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

This div border color is #dddf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf72


Comments

No comments written yet.

Please login to write comment.