Color Hex Logo

#dcc36b Color Hex

#DCC36B
(220,195,107)
0 Favorites   0 Comments

Color spaces of #dcc36b

RGB 220195107
HSL0.130.620.64
HSV47°51°86°
CMYK 0.000.110.51   0.14
XYZ51.684155.307421.8613
Yxy55.30740.40110.4292
Hunter Lab74.3689-6.093734.6295
CIE-Lab79.2180-2.313447.0568

#dcc36b color RGB value is (220,195,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01101011
Octal 334 303 153
Decimal 220 195 107
Hex DC C3 6B

RGB Percentages of Color #dcc36b

%42.15
%37.36
%20.50

CMYK Percentages of Color #dcc36b

%0
%11
%51
%14

Triadic Colors of #dcc36b

#dcc36b #6bdcc3 #c36bdc

Analogous Colors of #dcc36b

#dcc36b #bddc6b #dc8b6b

Monochromatic Colors of #dcc36b

#dcc36b

Complementary Color

#dcc36b #6b84dc

#dcc36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc36b Color CSS Codes

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

#dcc36b Text Font Color

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

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


#dcc36b Background Color

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

This div background color is #dcc36b


#dcc36b Border Color

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

This div border color is #dcc36b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc36b


Comments

No comments written yet.

Please login to write comment.