#DFDDAF

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

Shades of Tusk #DFDDAF

Tints of Tusk #DFDDAF

Color information

#DFDDAF (or 0xDFDDAF) is unknown color: approx Tusk. HEX triplet: DF, DD and AF. RGB value is (223,221,175). Sum of RGB (Red+Green+Blue) = 223+221+175=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDAF is #202250. Grayscale: #D8D8D8. Windows color (decimal): -2105937 or 11525599. OLE color: 11525599.

HSL color Cylindrical-coordinate representation of color #DFDDAF: hue angle of 57.5º degrees, saturation: 0.43, 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 #DFDDAF is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB223221175-
CMYK00.010.220.13
HSL57.5º42.86%78.04%-
HSV(B)57.5º21.52%87.45%-
XYZ64.0370.550.79-
YUV216.35104.66132.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.03%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=36.03%
G=35.70%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322117500.010.220.1357.542.8678.04
HexDFDDAF0116D3a2b4e
Octal3373352570126157253116
Binary110111111101110110101111011011011011110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDAF; }

 p { color: rgb(223,221,175); }

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

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

 a { background-color: rgb(223,221,175); }

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

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

 span { border-color: rgb(223,221,175); }

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