Color Hex Logo

#dcc083 Color Hex

#DCC083
(220,192,131)
0 Favorites   0 Comments

Color spaces of #dcc083

RGB 220192131
HSL0.110.560.69
HSV41°40°86°
CMYK 0.000.130.40   0.14
XYZ52.461654.553629.2376
Yxy54.55360.38500.4004
Hunter Lab73.8604-2.470728.2324
CIE-Lab78.78341.596034.3898

#dcc083 color RGB value is (220,192,131).

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

The process color (four color CMYK) of #dcc083 color hex is 0.00, 0.13, 0.40, 0.14. Web safe color of #dcc083 is #cccc99. Color #dcc083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 10000011
Octal 334 300 203
Decimal 220 192 131
Hex DC C0 83

RGB Percentages of Color #dcc083

%40.52
%35.36
%24.13

CMYK Percentages of Color #dcc083

%0
%13
%40
%14

Triadic Colors of #dcc083

#dcc083 #83dcc0 #c083dc

Analogous Colors of #dcc083

#dcc083 #ccdc83 #dc9483

Monochromatic Colors of #dcc083

#dcc083

Complementary Color

#dcc083 #839fdc

#dcc083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc083 Color CSS Codes

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

#dcc083 Text Font Color

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

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


#dcc083 Background Color

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

This div background color is #dcc083


#dcc083 Border Color

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

This div border color is #dcc083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc083


Comments

No comments written yet.

Please login to write comment.