Color Hex Logo

#dcc05d Color Hex

#DCC05D
(220,192,93)
0 Favorites   0 Comments

Color spaces of #dcc05d

RGB 22019293
HSL0.130.640.61
HSV47°58°86°
CMYK 0.000.130.58   0.14
XYZ50.340653.705218.0688
Yxy53.70520.41220.4398
Hunter Lab73.2838-5.630336.6802
CIE-Lab78.2895-1.878652.6626

#dcc05d color RGB value is (220,192,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01011101
Octal 334 300 135
Decimal 220 192 93
Hex DC C0 5D

RGB Percentages of Color #dcc05d

%43.56
%38.02
%18.42

CMYK Percentages of Color #dcc05d

%0
%13
%58
%14

Triadic Colors of #dcc05d

#dcc05d #5ddcc0 #c05ddc

Analogous Colors of #dcc05d

#dcc05d #b9dc5d #dc815d

Monochromatic Colors of #dcc05d

#dcc05d

Complementary Color

#dcc05d #5d79dc

#dcc05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc05d Color CSS Codes

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

#dcc05d Text Font Color

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

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


#dcc05d Background Color

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

This div background color is #dcc05d


#dcc05d Border Color

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

This div border color is #dcc05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc05d


Comments

No comments written yet.

Please login to write comment.