Color Hex Logo

#dcc97d Color Hex

#DCC97D
(220,201,125)
0 Favorites   0 Comments

Color spaces of #dcc97d

RGB 220201125
HSL0.130.580.68
HSV48°43°86°
CMYK 0.000.090.43   0.14
XYZ54.103558.469627.8362
Yxy58.46960.38530.4164
Hunter Lab76.4654-7.515931.9421
CIE-Lab80.9992-3.719740.3054

#dcc97d color RGB value is (220,201,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01111101
Octal 334 311 175
Decimal 220 201 125
Hex DC C9 7D

RGB Percentages of Color #dcc97d

%40.29
%36.81
%22.89

CMYK Percentages of Color #dcc97d

%0
%9
%43
%14

Triadic Colors of #dcc97d

#dcc97d #7ddcc9 #c97ddc

Analogous Colors of #dcc97d

#dcc97d #c0dc7d #dc9a7d

Monochromatic Colors of #dcc97d

#dcc97d

Complementary Color

#dcc97d #7d90dc

#dcc97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc97d Color CSS Codes

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

#dcc97d Text Font Color

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

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


#dcc97d Background Color

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

This div background color is #dcc97d


#dcc97d Border Color

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

This div border color is #dcc97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc97d


Comments

No comments written yet.

Please login to write comment.