Color Hex Logo

#dcc36d Color Hex

#DCC36D
(220,195,109)
0 Favorites   0 Comments

Color spaces of #dcc36d

RGB 220195109
HSL0.130.610.65
HSV46°50°86°
CMYK 0.000.110.50   0.14
XYZ51.790655.350022.4220
Yxy55.35000.39970.4272
Hunter Lab74.3976-5.936134.2094
CIE-Lab79.2424-2.138646.1062

#dcc36d color RGB value is (220,195,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01101101
Octal 334 303 155
Decimal 220 195 109
Hex DC C3 6D

RGB Percentages of Color #dcc36d

%41.98
%37.21
%20.80

CMYK Percentages of Color #dcc36d

%0
%11
%50
%14

Triadic Colors of #dcc36d

#dcc36d #6ddcc3 #c36ddc

Analogous Colors of #dcc36d

#dcc36d #bedc6d #dc8c6d

Monochromatic Colors of #dcc36d

#dcc36d

Complementary Color

#dcc36d #6d86dc

#dcc36d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc36d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc36d Color CSS Codes

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

#dcc36d Text Font Color

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

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


#dcc36d Background Color

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

This div background color is #dcc36d


#dcc36d Border Color

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

This div border color is #dcc36d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc36d


Comments

No comments written yet.

Please login to write comment.