Color Hex Logo

#dfc36f Color Hex

#DFC36F
(223,195,111)
0 Favorites   0 Comments

Color spaces of #dfc36f

RGB 223195111
HSL0.130.640.65
HSV45°50°87°
CMYK 0.000.130.50   0.13
XYZ52.815855.865923.0384
Yxy55.86590.40100.4241
Hunter Lab74.7435-4.668134.0453
CIE-Lab79.5374-0.733145.5423

#dfc36f color RGB value is (223,195,111).

#dfc36f hex color red value is 223, green value is 195 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dfc36f hue: 0.13 , saturation: 0.64 and the lightness value of dfc36f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000011 01101111
Octal 337 303 157
Decimal 223 195 111
Hex DF C3 6F

RGB Percentages of Color #dfc36f

%42.16
%36.86
%20.98

CMYK Percentages of Color #dfc36f

%0
%13
%50
%13

Triadic Colors of #dfc36f

#dfc36f #6fdfc3 #c36fdf

Analogous Colors of #dfc36f

#dfc36f #c3df6f #df8b6f

Monochromatic Colors of #dfc36f

#dfc36f

Complementary Color

#dfc36f #6f8bdf

#dfc36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc36f Color CSS Codes

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

#dfc36f Text Font Color

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

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


#dfc36f Background Color

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

This div background color is #dfc36f


#dfc36f Border Color

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

This div border color is #dfc36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc36f


Comments

No comments written yet.

Please login to write comment.