Color Hex Logo

#dfdd72 Color Hex

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

Color spaces of #dfdd72

RGB 223221114
HSL0.160.630.66
HSV59°49°87°
CMYK 0.000.010.49   0.13
XYZ59.325168.615826.0370
Yxy68.61580.38530.4456
Hunter Lab82.8347-17.121339.3479
CIE-Lab86.3134-13.702552.2639

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

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

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

Base Numbers

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

RGB Percentages of Color #dfdd72

%39.96
%39.61
%20.43

CMYK Percentages of Color #dfdd72

%0
%1
%49
%13

Triadic Colors of #dfdd72

#dfdd72 #72dfdd #dd72df

Analogous Colors of #dfdd72

#dfdd72 #abdf72 #dfa772

Monochromatic Colors of #dfdd72

#dfdd72

Complementary Color

#dfdd72 #7274df

#dfdd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdd72 Color CSS Codes

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

#dfdd72 Text Font Color

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

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


#dfdd72 Background Color

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

This div background color is #dfdd72


#dfdd72 Border Color

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

This div border color is #dfdd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdd72


Comments

No comments written yet.

Please login to write comment.