Color Hex Logo

#dcc84f Color Hex

#DCC84F
(220,200,79)
0 Favorites   0 Comments

Color spaces of #dcc84f

RGB 22020079
HSL0.140.670.59
HSV51°64°86°
CMYK 0.000.090.64   0.14
XYZ51.580857.088715.6978
Yxy57.08870.41470.4590
Hunter Lab75.5571-10.367740.5718
CIE-Lab80.2295-6.945261.0417

#dcc84f color RGB value is (220,200,79).

#dcc84f hex color red value is 220, green value is 200 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dcc84f hue: 0.14 , saturation: 0.67 and the lightness value of dcc84f is 0.59.

The process color (four color CMYK) of #dcc84f color hex is 0.00, 0.09, 0.64, 0.14. Web safe color of #dcc84f is #cccc66. Color #dcc84f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01001111
Octal 334 310 117
Decimal 220 200 79
Hex DC C8 4F

RGB Percentages of Color #dcc84f

%44.09
%40.08
%15.83

CMYK Percentages of Color #dcc84f

%0
%9
%64
%14

Triadic Colors of #dcc84f

#dcc84f #4fdcc8 #c84fdc

Analogous Colors of #dcc84f

#dcc84f #aadc4f #dc824f

Monochromatic Colors of #dcc84f

#dcc84f

Complementary Color

#dcc84f #4f63dc

#dcc84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc84f Color CSS Codes

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

#dcc84f Text Font Color

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

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


#dcc84f Background Color

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

This div background color is #dcc84f


#dcc84f Border Color

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

This div border color is #dcc84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc84f


Comments

No comments written yet.

Please login to write comment.