Color Hex Logo

#dccb5d Color Hex

#DCCB5D
(220,203,93)
0 Favorites   0 Comments

Color spaces of #dccb5d

RGB 22020393
HSL0.140.640.61
HSV52°58°86°
CMYK 0.000.080.58   0.14
XYZ52.846958.717818.9043
Yxy58.71780.40510.4501
Hunter Lab76.6275-10.994039.0122
CIE-Lab81.1362-7.543755.9021

#dccb5d color RGB value is (220,203,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001011 01011101
Octal 334 313 135
Decimal 220 203 93
Hex DC CB 5D

RGB Percentages of Color #dccb5d

%42.64
%39.34
%18.02

CMYK Percentages of Color #dccb5d

%0
%8
%58
%14

Triadic Colors of #dccb5d

#dccb5d #5ddccb #cb5ddc

Analogous Colors of #dccb5d

#dccb5d #aedc5d #dc8c5d

Monochromatic Colors of #dccb5d

#dccb5d

Complementary Color

#dccb5d #5d6edc

#dccb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dccb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dccb5d Color CSS Codes

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

#dccb5d Text Font Color

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

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


#dccb5d Background Color

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

This div background color is #dccb5d


#dccb5d Border Color

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

This div border color is #dccb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dccb5d


Comments

No comments written yet.

Please login to write comment.