Color Hex Logo

#dfcf5c Color Hex

#DFCF5C
(223,207,92)
0 Favorites   0 Comments

Color spaces of #dfcf5c

RGB 22320792
HSL0.150.670.62
HSV53°59°87°
CMYK 0.000.070.59   0.13
XYZ54.676061.086319.0343
Yxy61.08630.40560.4532
Hunter Lab78.1577-11.904640.2711
CIE-Lab82.4251-8.409557.8692

#dfcf5c color RGB value is (223,207,92).

#dfcf5c hex color red value is 223, green value is 207 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #dfcf5c hue: 0.15 , saturation: 0.67 and the lightness value of dfcf5c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 01011100
Octal 337 317 134
Decimal 223 207 92
Hex DF CF 5C

RGB Percentages of Color #dfcf5c

%42.72
%39.66
%17.62

CMYK Percentages of Color #dfcf5c

%0
%7
%59
%13

Triadic Colors of #dfcf5c

#dfcf5c #5cdfcf #cf5cdf

Analogous Colors of #dfcf5c

#dfcf5c #aedf5c #df8e5c

Monochromatic Colors of #dfcf5c

#dfcf5c

Complementary Color

#dfcf5c #5c6cdf

#dfcf5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf5c Color CSS Codes

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

#dfcf5c Text Font Color

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

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


#dfcf5c Background Color

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

This div background color is #dfcf5c


#dfcf5c Border Color

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

This div border color is #dfcf5c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,207,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfcf5c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf5c


Comments

No comments written yet.

Please login to write comment.