#DFDDAE

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

Shades of Tusk #DFDDAE

Tints of Tusk #DFDDAE

Color information

#DFDDAE (or 0xDFDDAE) is unknown color: approx Tusk. HEX triplet: DF, DD and AE. RGB value is (223,221,174). Sum of RGB (Red+Green+Blue) = 223+221+174=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 221 (86.72% from 255 or 35.76% from 618); Blue value is 174 (68.36% from 255 or 28.16% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDAE is #202251. Grayscale: #D8D8D8. Windows color (decimal): -2105938 or 11460063. OLE color: 11460063.

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

Color convert

RGB223221174-
CMYK00.010.220.13
HSL57.55º43.36%77.84%-
HSV(B)57.55º21.97%87.45%-
XYZ63.9370.4650.27-
YUV216.24104.16132.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 221 (86.72% from 255) = 35.76%
BLUE value IS 174 (68.36% from 255) = 28.16%
R=36.08%
G=35.76%
B=28.16%

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
Decimal22322117400.010.220.1357.5543.3677.84
HexDFDDAE0116D3a2b4e
Octal3373352560126157253116
Binary110111111101110110101110011011011011110101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDAE; }

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

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

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

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

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

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

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

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