Color Hex Logo

#dcc76d Color Hex

#DCC76D
(220,199,109)
0 Favorites   0 Comments

Color spaces of #dcc76d

RGB 220199109
HSL0.140.610.65
HSV49°50°86°
CMYK 0.000.100.50   0.14
XYZ52.698957.166622.7247
Yxy57.16660.39750.4312
Hunter Lab75.6086-7.901235.1060
CIE-Lab80.2732-4.208047.3542

#dcc76d color RGB value is (220,199,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01101101
Octal 334 307 155
Decimal 220 199 109
Hex DC C7 6D

RGB Percentages of Color #dcc76d

%41.67
%37.69
%20.64

CMYK Percentages of Color #dcc76d

%0
%10
%50
%14

Triadic Colors of #dcc76d

#dcc76d #6ddcc7 #c76ddc

Analogous Colors of #dcc76d

#dcc76d #badc6d #dc906d

Monochromatic Colors of #dcc76d

#dcc76d

Complementary Color

#dcc76d #6d82dc

#dcc76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc76d Color CSS Codes

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

#dcc76d Text Font Color

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

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


#dcc76d Background Color

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

This div background color is #dcc76d


#dcc76d Border Color

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

This div border color is #dcc76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc76d


Comments

No comments written yet.

Please login to write comment.