Color Hex Logo

#dcc87b Color Hex

#DCC87B
(220,200,123)
0 Favorites   0 Comments

Color spaces of #dcc87b

RGB 220200123
HSL0.130.580.67
HSV48°44°86°
CMYK 0.000.090.44   0.14
XYZ53.744657.954327.0925
Yxy57.95430.38720.4176
Hunter Lab76.1277-7.206232.1892
CIE-Lab80.7134-3.406140.9533

#dcc87b color RGB value is (220,200,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01111011
Octal 334 310 173
Decimal 220 200 123
Hex DC C8 7B

RGB Percentages of Color #dcc87b

%40.52
%36.83
%22.65

CMYK Percentages of Color #dcc87b

%0
%9
%44
%14

Triadic Colors of #dcc87b

#dcc87b #7bdcc8 #c87bdc

Analogous Colors of #dcc87b

#dcc87b #c0dc7b #dc987b

Monochromatic Colors of #dcc87b

#dcc87b

Complementary Color

#dcc87b #7b8fdc

#dcc87b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc87b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc87b Color CSS Codes

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

#dcc87b Text Font Color

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

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


#dcc87b Background Color

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

This div background color is #dcc87b


#dcc87b Border Color

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

This div border color is #dcc87b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc87b


Comments

No comments written yet.

Please login to write comment.