Color Hex Logo

#dcc875 Color Hex

#DCC875
(220,200,117)
0 Favorites   0 Comments

Color spaces of #dcc875

RGB 220200117
HSL0.130.600.66
HSV48°47°86°
CMYK 0.000.090.47   0.14
XYZ53.380457.808625.1743
Yxy57.80860.39150.4239
Hunter Lab76.0320-7.735033.5914
CIE-Lab80.6323-3.992543.8552

#dcc875 color RGB value is (220,200,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01110101
Octal 334 310 165
Decimal 220 200 117
Hex DC C8 75

RGB Percentages of Color #dcc875

%40.97
%37.24
%21.79

CMYK Percentages of Color #dcc875

%0
%9
%47
%14

Triadic Colors of #dcc875

#dcc875 #75dcc8 #c875dc

Analogous Colors of #dcc875

#dcc875 #bddc75 #dc9575

Monochromatic Colors of #dcc875

#dcc875

Complementary Color

#dcc875 #7589dc

#dcc875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc875 Color CSS Codes

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

#dcc875 Text Font Color

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

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


#dcc875 Background Color

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

This div background color is #dcc875


#dcc875 Border Color

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

This div border color is #dcc875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc875


Comments

No comments written yet.

Please login to write comment.