Color Hex Logo

#dcc375 Color Hex

#DCC375
(220,195,117)
0 Favorites   0 Comments

Color spaces of #dcc375

RGB 220195117
HSL0.130.600.66
HSV45°47°86°
CMYK 0.000.110.47   0.14
XYZ52.241255.530224.7946
Yxy55.53020.39410.4189
Hunter Lab74.5186-5.270232.4354
CIE-Lab79.3457-1.402742.2573

#dcc375 color RGB value is (220,195,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01110101
Octal 334 303 165
Decimal 220 195 117
Hex DC C3 75

RGB Percentages of Color #dcc375

%41.35
%36.65
%21.99

CMYK Percentages of Color #dcc375

%0
%11
%47
%14

Triadic Colors of #dcc375

#dcc375 #75dcc3 #c375dc

Analogous Colors of #dcc375

#dcc375 #c2dc75 #dc9075

Monochromatic Colors of #dcc375

#dcc375

Complementary Color

#dcc375 #758edc

#dcc375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc375 Color CSS Codes

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

#dcc375 Text Font Color

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

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


#dcc375 Background Color

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

This div background color is #dcc375


#dcc375 Border Color

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

This div border color is #dcc375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc375


Comments

No comments written yet.

Please login to write comment.