Color Hex Logo

#dcc05e Color Hex

#DCC05E
(220,192,94)
0 Favorites   0 Comments

Color spaces of #dcc05e

RGB 22019294
HSL0.130.640.62
HSV47°57°86°
CMYK 0.000.130.57   0.14
XYZ50.385253.723118.3037
Yxy53.72310.41160.4389
Hunter Lab73.2960-5.563536.5012
CIE-Lab78.3000-1.804352.2064

#dcc05e color RGB value is (220,192,94).

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

The process color (four color CMYK) of #dcc05e color hex is 0.00, 0.13, 0.57, 0.14. Web safe color of #dcc05e is #cccc66. Color #dcc05e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01011110
Octal 334 300 136
Decimal 220 192 94
Hex DC C0 5E

RGB Percentages of Color #dcc05e

%43.48
%37.94
%18.58

CMYK Percentages of Color #dcc05e

%0
%13
%57
%14

Triadic Colors of #dcc05e

#dcc05e #5edcc0 #c05edc

Analogous Colors of #dcc05e

#dcc05e #b9dc5e #dc815e

Monochromatic Colors of #dcc05e

#dcc05e

Complementary Color

#dcc05e #5e7adc

#dcc05e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc05e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc05e Color CSS Codes

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

#dcc05e Text Font Color

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

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


#dcc05e Background Color

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

This div background color is #dcc05e


#dcc05e Border Color

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

This div border color is #dcc05e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc05e


Comments

No comments written yet.

Please login to write comment.