Color Hex Logo

#dcd256 Color Hex

#DCD256
(220,210,86)
0 Favorites   0 Comments

Color spaces of #dcd256

RGB 22021086
HSL0.150.660.60
HSV56°61°86°
CMYK 0.000.050.61   0.14
XYZ54.241561.980717.9087
Yxy61.98070.40440.4621
Hunter Lab78.7278-14.791741.6224
CIE-Lab82.9032-11.574560.9427

#dcd256 color RGB value is (220,210,86).

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

The process color (four color CMYK) of #dcd256 color hex is 0.00, 0.05, 0.61, 0.14. Web safe color of #dcd256 is #cccc66. Color #dcd256 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 01010110
Octal 334 322 126
Decimal 220 210 86
Hex DC D2 56

RGB Percentages of Color #dcd256

%42.64
%40.70
%16.67

CMYK Percentages of Color #dcd256

%0
%5
%61
%14

Triadic Colors of #dcd256

#dcd256 #56dcd2 #d256dc

Analogous Colors of #dcd256

#dcd256 #a3dc56 #dc8f56

Monochromatic Colors of #dcd256

#dcd256

Complementary Color

#dcd256 #5660dc

#dcd256 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd256 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd256 Color CSS Codes

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

#dcd256 Text Font Color

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

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


#dcd256 Background Color

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

This div background color is #dcd256


#dcd256 Border Color

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

This div border color is #dcd256


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd256


Comments

No comments written yet.

Please login to write comment.