Color Hex Logo

#dfc372 Color Hex

#DFC372
(223,195,114)
0 Favorites   0 Comments

Color spaces of #dfc372

RGB 223195114
HSL0.120.630.66
HSV45°49°87°
CMYK 0.000.130.49   0.13
XYZ52.983855.933123.9232
Yxy55.93310.39890.4211
Hunter Lab74.7884-4.421633.3863
CIE-Lab79.5757-0.462744.1017

#dfc372 color RGB value is (223,195,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 01110010
Octal 337 303 162
Decimal 223 195 114
Hex DF C3 72

RGB Percentages of Color #dfc372

%41.92
%36.65
%21.43

CMYK Percentages of Color #dfc372

%0
%13
%49
%13

Triadic Colors of #dfc372

#dfc372 #72dfc3 #c372df

Analogous Colors of #dfc372

#dfc372 #c5df72 #df8d72

Monochromatic Colors of #dfc372

#dfc372

Complementary Color

#dfc372 #728edf

#dfc372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc372 Color CSS Codes

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

#dfc372 Text Font Color

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

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


#dfc372 Background Color

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

This div background color is #dfc372


#dfc372 Border Color

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

This div border color is #dfc372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc372


Comments

No comments written yet.

Please login to write comment.