Color Hex Logo

#dcc75b Color Hex

#DCC75B
(220,199,91)
0 Favorites   0 Comments

Color spaces of #dcc75b

RGB 22019991
HSL0.140.650.61
HSV50°59°86°
CMYK 0.000.100.59   0.14
XYZ51.827056.817818.1329
Yxy56.81780.40880.4482
Hunter Lab75.3776-9.180438.5015
CIE-Lab80.0770-5.640255.6146

#dcc75b color RGB value is (220,199,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01011011
Octal 334 307 133
Decimal 220 199 91
Hex DC C7 5B

RGB Percentages of Color #dcc75b

%43.14
%39.02
%17.84

CMYK Percentages of Color #dcc75b

%0
%10
%59
%14

Triadic Colors of #dcc75b

#dcc75b #5bdcc7 #c75bdc

Analogous Colors of #dcc75b

#dcc75b #b1dc5b #dc875b

Monochromatic Colors of #dcc75b

#dcc75b

Complementary Color

#dcc75b #5b70dc

#dcc75b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc75b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc75b Color CSS Codes

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

#dcc75b Text Font Color

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

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


#dcc75b Background Color

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

This div background color is #dcc75b


#dcc75b Border Color

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

This div border color is #dcc75b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc75b


Comments

No comments written yet.

Please login to write comment.