Color Hex Logo

#dcc970 Color Hex

#DCC970
(220,201,112)
0 Favorites   0 Comments

Color spaces of #dcc970

RGB 220201112
HSL0.140.610.65
HSV49°49°86°
CMYK 0.000.090.49   0.14
XYZ53.326558.158823.7444
Yxy58.15880.39430.4301
Hunter Lab76.2619-8.641434.9232
CIE-Lab80.8270-4.970846.5605

#dcc970 color RGB value is (220,201,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01110000
Octal 334 311 160
Decimal 220 201 112
Hex DC C9 70

RGB Percentages of Color #dcc970

%41.28
%37.71
%21.01

CMYK Percentages of Color #dcc970

%0
%9
%49
%14

Triadic Colors of #dcc970

#dcc970 #70dcc9 #c970dc

Analogous Colors of #dcc970

#dcc970 #b9dc70 #dc9370

Monochromatic Colors of #dcc970

#dcc970

Complementary Color

#dcc970 #7083dc

#dcc970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc970 Color CSS Codes

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

#dcc970 Text Font Color

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

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


#dcc970 Background Color

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

This div background color is #dcc970


#dcc970 Border Color

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

This div border color is #dcc970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc970


Comments

No comments written yet.

Please login to write comment.