Color Hex Logo

#dcc75c Color Hex

#DCC75C
(220,199,92)
0 Favorites   0 Comments

Color spaces of #dcc75c

RGB 22019992
HSL0.140.650.61
HSV50°58°86°
CMYK 0.000.100.58   0.14
XYZ51.870456.835218.3616
Yxy56.83520.40820.4473
Hunter Lab75.3891-9.116638.3319
CIE-Lab80.0868-5.568555.1709

#dcc75c color RGB value is (220,199,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01011100
Octal 334 307 134
Decimal 220 199 92
Hex DC C7 5C

RGB Percentages of Color #dcc75c

%43.05
%38.94
%18.00

CMYK Percentages of Color #dcc75c

%0
%10
%58
%14

Triadic Colors of #dcc75c

#dcc75c #5cdcc7 #c75cdc

Analogous Colors of #dcc75c

#dcc75c #b1dc5c #dc875c

Monochromatic Colors of #dcc75c

#dcc75c

Complementary Color

#dcc75c #5c71dc

#dcc75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc75c Color CSS Codes

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

#dcc75c Text Font Color

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

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


#dcc75c Background Color

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

This div background color is #dcc75c


#dcc75c Border Color

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

This div border color is #dcc75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc75c


Comments

No comments written yet.

Please login to write comment.