Color Hex Logo

#dcca82 Color Hex

#DCCA82
(220,202,130)
0 Favorites   0 Comments

Color spaces of #dcca82

RGB 220202130
HSL0.130.560.69
HSV48°41°86°
CMYK 0.000.080.41   0.14
XYZ54.665059.068429.6393
Yxy59.06840.38130.4120
Hunter Lab76.8560-7.537130.9341
CIE-Lab81.3292-3.713538.1907

#dcca82 color RGB value is (220,202,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10000010
Octal 334 312 202
Decimal 220 202 130
Hex DC CA 82

RGB Percentages of Color #dcca82

%39.86
%36.59
%23.55

CMYK Percentages of Color #dcca82

%0
%8
%41
%14

Triadic Colors of #dcca82

#dcca82 #82dcca #ca82dc

Analogous Colors of #dcca82

#dcca82 #c1dc82 #dc9d82

Monochromatic Colors of #dcca82

#dcca82

Complementary Color

#dcca82 #8294dc

#dcca82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca82 Color CSS Codes

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

#dcca82 Text Font Color

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

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


#dcca82 Background Color

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

This div background color is #dcca82


#dcca82 Border Color

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

This div border color is #dcca82


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,202,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 #dcca82">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca82


Comments

No comments written yet.

Please login to write comment.