Color Hex Logo

#dcc380 Color Hex

#DCC380
(220,195,128)
0 Favorites   0 Comments

Color spaces of #dcc380

RGB 220195128
HSL0.120.570.68
HSV44°42°86°
CMYK 0.000.110.42   0.14
XYZ52.926655.804428.4039
Yxy55.80440.38590.4069
Hunter Lab74.7023-4.261929.7479
CIE-Lab79.5024-0.294636.8676

#dcc380 color RGB value is (220,195,128).

#dcc380 hex color red value is 220, green value is 195 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #dcc380 hue: 0.12 , saturation: 0.57 and the lightness value of dcc380 is 0.68.

The process color (four color CMYK) of #dcc380 color hex is 0.00, 0.11, 0.42, 0.14. Web safe color of #dcc380 is #cccc99. Color #dcc380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10000000
Octal 334 303 200
Decimal 220 195 128
Hex DC C3 80

RGB Percentages of Color #dcc380

%40.52
%35.91
%23.57

CMYK Percentages of Color #dcc380

%0
%11
%42
%14

Triadic Colors of #dcc380

#dcc380 #80dcc3 #c380dc

Analogous Colors of #dcc380

#dcc380 #c7dc80 #dc9580

Monochromatic Colors of #dcc380

#dcc380

Complementary Color

#dcc380 #8099dc

#dcc380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc380 Color CSS Codes

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

#dcc380 Text Font Color

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

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


#dcc380 Background Color

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

This div background color is #dcc380


#dcc380 Border Color

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

This div border color is #dcc380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc380


Comments

No comments written yet.

Please login to write comment.