Color Hex Logo

#dcd87b Color Hex

#DCD87B
(220,216,123)
0 Favorites   0 Comments

Color spaces of #dcd87b

RGB 220216123
HSL0.160.580.67
HSV58°44°86°
CMYK 0.000.020.44   0.14
XYZ57.646265.757428.3931
Yxy65.75740.37980.4332
Hunter Lab81.0909-15.016536.0039
CIE-Lab84.8725-11.561146.1426

#dcd87b color RGB value is (220,216,123).

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

The process color (four color CMYK) of #dcd87b color hex is 0.00, 0.02, 0.44, 0.14. Web safe color of #dcd87b is #cccc66. Color #dcd87b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 01111011
Octal 334 330 173
Decimal 220 216 123
Hex DC D8 7B

RGB Percentages of Color #dcd87b

%39.36
%38.64
%22.00

CMYK Percentages of Color #dcd87b

%0
%2
%44
%14

Triadic Colors of #dcd87b

#dcd87b #7bdcd8 #d87bdc

Analogous Colors of #dcd87b

#dcd87b #b0dc7b #dca87b

Monochromatic Colors of #dcd87b

#dcd87b

Complementary Color

#dcd87b #7b7fdc

#dcd87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd87b Color CSS Codes

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

#dcd87b Text Font Color

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

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


#dcd87b Background Color

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

This div background color is #dcd87b


#dcd87b Border Color

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

This div border color is #dcd87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd87b


Comments

No comments written yet.

Please login to write comment.