Color Hex Logo

#dcc84b Color Hex

#DCC84B
(220,200,75)
0 Favorites   0 Comments

Color spaces of #dcc84b

RGB 22020075
HSL0.140.670.58
HSV52°66°86°
CMYK 0.000.090.66   0.14
XYZ51.439557.032214.9538
Yxy57.03220.41680.4621
Hunter Lab75.5197-10.575841.1236
CIE-Lab80.1977-7.181162.6706

#dcc84b color RGB value is (220,200,75).

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

The process color (four color CMYK) of #dcc84b color hex is 0.00, 0.09, 0.66, 0.14. Web safe color of #dcc84b is #cccc33. Color #dcc84b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01001011
Octal 334 310 113
Decimal 220 200 75
Hex DC C8 4B

RGB Percentages of Color #dcc84b

%44.44
%40.40
%15.15

CMYK Percentages of Color #dcc84b

%0
%9
%66
%14

Triadic Colors of #dcc84b

#dcc84b #4bdcc8 #c84bdc

Analogous Colors of #dcc84b

#dcc84b #a8dc4b #dc804b

Monochromatic Colors of #dcc84b

#dcc84b

Complementary Color

#dcc84b #4b5fdc

#dcc84b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc84b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc84b Color CSS Codes

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

#dcc84b Text Font Color

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

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


#dcc84b Background Color

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

This div background color is #dcc84b


#dcc84b Border Color

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

This div border color is #dcc84b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc84b


Comments

No comments written yet.

Please login to write comment.