Color Hex Logo

#dcc475 Color Hex

#DCC475
(220,196,117)
0 Favorites   0 Comments

Color spaces of #dcc475

RGB 220196117
HSL0.130.600.66
HSV46°47°86°
CMYK 0.000.110.47   0.14
XYZ52.466055.979924.8696
Yxy55.97990.39350.4199
Hunter Lab74.8197-5.764532.6662
CIE-Lab79.6024-1.922542.5768

#dcc475 color RGB value is (220,196,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 01110101
Octal 334 304 165
Decimal 220 196 117
Hex DC C4 75

RGB Percentages of Color #dcc475

%41.28
%36.77
%21.95

CMYK Percentages of Color #dcc475

%0
%11
%47
%14

Triadic Colors of #dcc475

#dcc475 #75dcc4 #c475dc

Analogous Colors of #dcc475

#dcc475 #c1dc75 #dc9175

Monochromatic Colors of #dcc475

#dcc475

Complementary Color

#dcc475 #758ddc

#dcc475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc475 Color CSS Codes

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

#dcc475 Text Font Color

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

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


#dcc475 Background Color

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

This div background color is #dcc475


#dcc475 Border Color

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

This div border color is #dcc475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc475


Comments

No comments written yet.

Please login to write comment.