Color Hex Logo

#dcd286 Color Hex

#DCD286
(220,210,134)
0 Favorites   0 Comments

Color spaces of #dcd286

RGB 220210134
HSL0.150.550.69
HSV53°39°86°
CMYK 0.000.050.39   0.14
XYZ56.864963.030131.7232
Yxy63.03010.37510.4157
Hunter Lab79.3915-11.082831.8830
CIE-Lab83.4582-7.385838.8923

#dcd286 color RGB value is (220,210,134).

#dcd286 hex color red value is 220, green value is 210 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dcd286 hue: 0.15 , saturation: 0.55 and the lightness value of dcd286 is 0.69.

The process color (four color CMYK) of #dcd286 color hex is 0.00, 0.05, 0.39, 0.14. Web safe color of #dcd286 is #cccc99. Color #dcd286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 10000110
Octal 334 322 206
Decimal 220 210 134
Hex DC D2 86

RGB Percentages of Color #dcd286

%39.01
%37.23
%23.76

CMYK Percentages of Color #dcd286

%0
%5
%39
%14

Triadic Colors of #dcd286

#dcd286 #86dcd2 #d286dc

Analogous Colors of #dcd286

#dcd286 #bbdc86 #dca786

Monochromatic Colors of #dcd286

#dcd286

Complementary Color

#dcd286 #8690dc

#dcd286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd286 Color CSS Codes

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

#dcd286 Text Font Color

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

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


#dcd286 Background Color

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

This div background color is #dcd286


#dcd286 Border Color

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

This div border color is #dcd286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd286


Comments

No comments written yet.

Please login to write comment.