Color Hex Logo

#dcc75f Color Hex

#DCC75F
(220,199,95)
0 Favorites   0 Comments

Color spaces of #dcc75f

RGB 22019995
HSL0.140.640.62
HSV50°57°86°
CMYK 0.000.100.57   0.14
XYZ52.004256.888719.0662
Yxy56.88870.40640.4446
Hunter Lab75.4246-8.919837.8096
CIE-Lab80.1170-5.347453.8271

#dcc75f color RGB value is (220,199,95).

#dcc75f hex color red value is 220, green value is 199 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dcc75f hue: 0.14 , saturation: 0.64 and the lightness value of dcc75f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01011111
Octal 334 307 137
Decimal 220 199 95
Hex DC C7 5F

RGB Percentages of Color #dcc75f

%42.80
%38.72
%18.48

CMYK Percentages of Color #dcc75f

%0
%10
%57
%14

Triadic Colors of #dcc75f

#dcc75f #5fdcc7 #c75fdc

Analogous Colors of #dcc75f

#dcc75f #b3dc5f #dc895f

Monochromatic Colors of #dcc75f

#dcc75f

Complementary Color

#dcc75f #5f74dc

#dcc75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc75f Color CSS Codes

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

#dcc75f Text Font Color

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

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


#dcc75f Background Color

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

This div background color is #dcc75f


#dcc75f Border Color

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

This div border color is #dcc75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc75f


Comments

No comments written yet.

Please login to write comment.