Color Hex Logo

#dcc482 Color Hex

#DCC482
(220,196,130)
0 Favorites   0 Comments

Color spaces of #dcc482

RGB 220196130
HSL0.120.560.69
HSV44°41°86°
CMYK 0.000.110.41   0.14
XYZ53.284456.307229.1791
Yxy56.30720.38400.4058
Hunter Lab75.0381-4.564329.4714
CIE-Lab79.7883-0.602436.2085

#dcc482 color RGB value is (220,196,130).

#dcc482 hex color red value is 220, green value is 196 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #dcc482 hue: 0.12 , saturation: 0.56 and the lightness value of dcc482 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 10000010
Octal 334 304 202
Decimal 220 196 130
Hex DC C4 82

RGB Percentages of Color #dcc482

%40.29
%35.90
%23.81

CMYK Percentages of Color #dcc482

%0
%11
%41
%14

Triadic Colors of #dcc482

#dcc482 #82dcc4 #c482dc

Analogous Colors of #dcc482

#dcc482 #c7dc82 #dc9782

Monochromatic Colors of #dcc482

#dcc482

Complementary Color

#dcc482 #829adc

#dcc482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc482 Color CSS Codes

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

#dcc482 Text Font Color

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

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


#dcc482 Background Color

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

This div background color is #dcc482


#dcc482 Border Color

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

This div border color is #dcc482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc482


Comments

No comments written yet.

Please login to write comment.