#DFDEAD

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

Shades of Tusk #DFDEAD

Tints of Tusk #DFDEAD

Color information

#DFDEAD (or 0xDFDEAD) is unknown color: approx Tusk. HEX triplet: DF, DE and AD. RGB value is (223,222,173). Sum of RGB (Red+Green+Blue) = 223+222+173=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEAD is #202152. Grayscale: #D8D8D8. Windows color (decimal): -2105683 or 11394783. OLE color: 11394783.

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

Color convert

RGB223222173-
CMYK00.000.220.13
HSL58.8º43.86%77.65%-
HSV(B)58.8º22.42%87.45%-
XYZ64.170.9549.85-
YUV216.71103.33132.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 222 (87.11% from 255) = 35.92%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=36.08%
G=35.92%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322217300.000.220.1358.843.8677.65
HexDFDEAD0016D3b2c4e
Octal3373362550026157354116
Binary110111111101111010101101001011011011110111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEAD; }

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

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

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

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

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

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

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

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