Color Hex Logo

#dcc284 Color Hex

#DCC284
(220,194,132)
0 Favorites   0 Comments

Color spaces of #dcc284

RGB 220194132
HSL0.120.560.69
HSV42°40°86°
CMYK 0.000.120.40   0.14
XYZ52.971855.465229.7437
Yxy55.46520.38340.4014
Hunter Lab74.4750-3.369528.4533
CIE-Lab79.30850.658234.5548

#dcc284 color RGB value is (220,194,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10000100
Octal 334 302 204
Decimal 220 194 132
Hex DC C2 84

RGB Percentages of Color #dcc284

%40.29
%35.53
%24.18

CMYK Percentages of Color #dcc284

%0
%12
%40
%14

Triadic Colors of #dcc284

#dcc284 #84dcc2 #c284dc

Analogous Colors of #dcc284

#dcc284 #cadc84 #dc9684

Monochromatic Colors of #dcc284

#dcc284

Complementary Color

#dcc284 #849edc

#dcc284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc284 Color CSS Codes

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

#dcc284 Text Font Color

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

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


#dcc284 Background Color

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

This div background color is #dcc284


#dcc284 Border Color

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

This div border color is #dcc284


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc284


Comments

No comments written yet.

Please login to write comment.