Color Hex Logo

#dfcf47 Color Hex

#DFCF47
(223,207,71)
0 Favorites   0 Comments

Color spaces of #dfcf47

RGB 22320771
HSL0.150.700.58
HSV54°68°87°
CMYK 0.000.070.68   0.13
XYZ53.881660.768614.8509
Yxy60.76860.41610.4693
Hunter Lab77.9542-13.041543.2727
CIE-Lab82.2542-9.696566.4535

#dfcf47 color RGB value is (223,207,71).

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

The process color (four color CMYK) of #dfcf47 color hex is 0.00, 0.07, 0.68, 0.13. Web safe color of #dfcf47 is #cccc33. Color #dfcf47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 01000111
Octal 337 317 107
Decimal 223 207 71
Hex DF CF 47

RGB Percentages of Color #dfcf47

%44.51
%41.32
%14.17

CMYK Percentages of Color #dfcf47

%0
%7
%68
%13

Triadic Colors of #dfcf47

#dfcf47 #47dfcf #cf47df

Analogous Colors of #dfcf47

#dfcf47 #a3df47 #df8347

Monochromatic Colors of #dfcf47

#dfcf47

Complementary Color

#dfcf47 #4757df

#dfcf47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf47 Color CSS Codes

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

#dfcf47 Text Font Color

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

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


#dfcf47 Background Color

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

This div background color is #dfcf47


#dfcf47 Border Color

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

This div border color is #dfcf47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf47


Comments

No comments written yet.

Please login to write comment.