Color Hex Logo

#dcc775 Color Hex

#DCC775
(220,199,117)
0 Favorites   0 Comments

Color spaces of #dcc775

RGB 220199117
HSL0.130.600.66
HSV48°47°86°
CMYK 0.000.100.47   0.14
XYZ53.149557.346825.0974
Yxy57.34680.39200.4229
Hunter Lab75.7277-7.243133.3597
CIE-Lab80.3743-3.476143.5355

#dcc775 color RGB value is (220,199,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01110101
Octal 334 307 165
Decimal 220 199 117
Hex DC C7 75

RGB Percentages of Color #dcc775

%41.04
%37.13
%21.83

CMYK Percentages of Color #dcc775

%0
%10
%47
%14

Triadic Colors of #dcc775

#dcc775 #75dcc7 #c775dc

Analogous Colors of #dcc775

#dcc775 #bedc75 #dc9475

Monochromatic Colors of #dcc775

#dcc775

Complementary Color

#dcc775 #758adc

#dcc775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc775 Color CSS Codes

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

#dcc775 Text Font Color

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

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


#dcc775 Background Color

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

This div background color is #dcc775


#dcc775 Border Color

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

This div border color is #dcc775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc775


Comments

No comments written yet.

Please login to write comment.