Color Hex Logo

#dfcf71 Color Hex

#DFCF71
(223,207,113)
0 Favorites   0 Comments

Color spaces of #dfcf71

RGB 223207113
HSL0.140.630.66
HSV51°49°87°
CMYK 0.000.070.49   0.13
XYZ55.724961.505924.5576
Yxy61.50590.39300.4338
Hunter Lab78.4257-10.412936.3324
CIE-Lab82.6500-6.736448.3446

#dfcf71 color RGB value is (223,207,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 01110001
Octal 337 317 161
Decimal 223 207 113
Hex DF CF 71

RGB Percentages of Color #dfcf71

%41.07
%38.12
%20.81

CMYK Percentages of Color #dfcf71

%0
%7
%49
%13

Triadic Colors of #dfcf71

#dfcf71 #71dfcf #cf71df

Analogous Colors of #dfcf71

#dfcf71 #b8df71 #df9871

Monochromatic Colors of #dfcf71

#dfcf71

Complementary Color

#dfcf71 #7181df

#dfcf71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcf71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcf71 Color CSS Codes

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

#dfcf71 Text Font Color

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

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


#dfcf71 Background Color

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

This div background color is #dfcf71


#dfcf71 Border Color

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

This div border color is #dfcf71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcf71


Comments

No comments written yet.

Please login to write comment.