Color Hex Logo

#dcc36f Color Hex

#DCC36F
(220,195,111)
0 Favorites   0 Comments

Color spaces of #dcc36f

RGB 220195111
HSL0.130.610.65
HSV46°50°86°
CMYK 0.000.110.50   0.14
XYZ51.899555.393622.9956
Yxy55.39360.39830.4252
Hunter Lab74.4269-5.775133.7800
CIE-Lab79.2674-1.960445.1506

#dcc36f color RGB value is (220,195,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01101111
Octal 334 303 157
Decimal 220 195 111
Hex DC C3 6F

RGB Percentages of Color #dcc36f

%41.83
%37.07
%21.10

CMYK Percentages of Color #dcc36f

%0
%11
%50
%14

Triadic Colors of #dcc36f

#dcc36f #6fdcc3 #c36fdc

Analogous Colors of #dcc36f

#dcc36f #bfdc6f #dc8d6f

Monochromatic Colors of #dcc36f

#dcc36f

Complementary Color

#dcc36f #6f88dc

#dcc36f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc36f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc36f Color CSS Codes

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

#dcc36f Text Font Color

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

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


#dcc36f Background Color

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

This div background color is #dcc36f


#dcc36f Border Color

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

This div border color is #dcc36f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc36f


Comments

No comments written yet.

Please login to write comment.