Color Hex Logo

#dccd5d Color Hex

#DCCD5D
(220,205,93)
0 Favorites   0 Comments

Color spaces of #dccd5d

RGB 22020593
HSL0.150.640.61
HSV53°58°86°
CMYK 0.000.070.58   0.14
XYZ53.322359.668619.0627
Yxy59.66860.40380.4519
Hunter Lab77.2455-11.961539.4402
CIE-Lab81.6577-8.562456.4905

#dccd5d color RGB value is (220,205,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001101 01011101
Octal 334 315 135
Decimal 220 205 93
Hex DC CD 5D

RGB Percentages of Color #dccd5d

%42.47
%39.58
%17.95

CMYK Percentages of Color #dccd5d

%0
%7
%58
%14

Triadic Colors of #dccd5d

#dccd5d #5ddccd #cd5ddc

Analogous Colors of #dccd5d

#dccd5d #acdc5d #dc8e5d

Monochromatic Colors of #dccd5d

#dccd5d

Complementary Color

#dccd5d #5d6cdc

#dccd5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccd5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccd5d Color CSS Codes

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

#dccd5d Text Font Color

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

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


#dccd5d Background Color

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

This div background color is #dccd5d


#dccd5d Border Color

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

This div border color is #dccd5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccd5d


Comments

No comments written yet.

Please login to write comment.