#DCDEAD

Color #DCDEAD Tusk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tusk #DCDEAD

Tints of Tusk #DCDEAD

Color information

#DCDEAD (or 0xDCDEAD) is unknown color: approx Tusk. HEX triplet: DC, DE and AD. RGB value is (220,222,173). Sum of RGB (Red+Green+Blue) = 220+222+173=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDEAD is #232152. Grayscale: #D8D8D8. Windows color (decimal): -2302291 or 11394780. OLE color: 11394780.

HSL color Cylindrical-coordinate representation of color #DCDEAD: hue angle of 62.45º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCDEAD is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB220222173-
CMYK0.0100.220.13
HSL62.45º42.61%77.45%-
HSV(B)62.45º22.07%87.06%-
XYZ63.1870.4849.81-
YUV215.82103.84130.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 35.77%
GREEN value IS 222 (87.11% from 255) = 36.10%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=35.77%
G=36.10%
B=28.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221730.0100.220.1362.4542.6177.45
HexDCDEAD1016D3e2b4d
Octal3343362551026157653115
Binary110111001101111010101101101011011011111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEAD; }

 p { color: rgb(220,222,173); }

 H1.HeaderClassName
 {
   color: #DCDEAD;
 }
 .AnyTagClassName
 {
   color: #DCDEAD;
 }
</style>
background-color css

<style>
 a { background-color: #DCDEAD; }

 a { background-color: rgb(220,222,173); }

 div.DivClassName
 {
   background-color: #DCDEAD;
 }
 .BgClassName
 {
   background-color: #DCDEAD;
 }
</style>
border-color css

<style>
 span { border-color: #DCDEAD; }

 span { border-color: rgb(220,222,173); }

 td.TdClassName
 {
   border-color: #DCDEAD;
 }
 .TagClassName
 {
   border-color: #DCDEAD;
 }
</style>