Color Hex Logo

#dfc872 Color Hex

#DFC872
(223,200,114)
0 Favorites   0 Comments

Color spaces of #dfc872

RGB 223200114
HSL0.130.630.66
HSV47°49°87°
CMYK 0.000.100.49   0.13
XYZ54.123058.211424.3029
Yxy58.21140.39610.4260
Hunter Lab76.2964-6.894734.5217
CIE-Lab80.8562-3.053645.6743

#dfc872 color RGB value is (223,200,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 01110010
Octal 337 310 162
Decimal 223 200 114
Hex DF C8 72

RGB Percentages of Color #dfc872

%41.53
%37.24
%21.23

CMYK Percentages of Color #dfc872

%0
%10
%49
%13

Triadic Colors of #dfc872

#dfc872 #72dfc8 #c872df

Analogous Colors of #dfc872

#dfc872 #c0df72 #df9272

Monochromatic Colors of #dfc872

#dfc872

Complementary Color

#dfc872 #7289df

#dfc872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc872 Color CSS Codes

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

#dfc872 Text Font Color

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

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


#dfc872 Background Color

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

This div background color is #dfc872


#dfc872 Border Color

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

This div border color is #dfc872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc872


Comments

No comments written yet.

Please login to write comment.