#DFDEB0

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

Shades of Tusk #DFDEB0

Tints of Tusk #DFDEB0

Color information

#DFDEB0 (or 0xDFDEB0) is unknown color: approx Tusk. HEX triplet: DF, DE and B0. RGB value is (223,222,176). Sum of RGB (Red+Green+Blue) = 223+222+176=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 176 (69.14% from 255 or 28.34% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEB0 is #20214F. Grayscale: #D9D9D9. Windows color (decimal): -2105680 or 11591391. OLE color: 11591391.

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

Color convert

RGB223222176-
CMYK00.000.210.13
HSL58.72º42.34%78.24%-
HSV(B)58.72º21.08%87.45%-
XYZ64.3971.0751.4-
YUV217.05104.83132.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.91%
GREEN value IS 222 (87.11% from 255) = 35.75%
BLUE value IS 176 (69.14% from 255) = 28.34%
R=35.91%
G=35.75%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322217600.000.210.1358.7242.3478.24
HexDFDEB00015D3b2a4e
Octal3373362600025157352116
Binary110111111101111010110000001010111011110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEB0; }

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

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

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

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

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

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

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

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