Color Hex Logo

#dfcf72 Color Hex

#DFCF72
(223,207,114)
0 Favorites   0 Comments

Color spaces of #dfcf72

RGB 223207114
HSL0.140.630.66
HSV51°49°87°
CMYK 0.000.070.49   0.13
XYZ55.781561.528524.8558
Yxy61.52850.39240.4328
Hunter Lab78.4401-10.332636.1205
CIE-Lab82.6620-6.646847.8747

#dfcf72 color RGB value is (223,207,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 01110010
Octal 337 317 162
Decimal 223 207 114
Hex DF CF 72

RGB Percentages of Color #dfcf72

%40.99
%38.05
%20.96

CMYK Percentages of Color #dfcf72

%0
%7
%49
%13

Triadic Colors of #dfcf72

#dfcf72 #72dfcf #cf72df

Analogous Colors of #dfcf72

#dfcf72 #b9df72 #df9972

Monochromatic Colors of #dfcf72

#dfcf72

Complementary Color

#dfcf72 #7282df

#dfcf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf72 Color CSS Codes

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

#dfcf72 Text Font Color

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

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


#dfcf72 Background Color

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

This div background color is #dfcf72


#dfcf72 Border Color

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

This div border color is #dfcf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf72


Comments

No comments written yet.

Please login to write comment.