#DADFA9

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

Shades of Tusk #DADFA9

Tints of Tusk #DADFA9

Color information

#DADFA9 (or 0xDADFA9) is unknown color: approx Tusk. HEX triplet: DA, DF and A9. RGB value is (218,223,169). Sum of RGB (Red+Green+Blue) = 218+223+169=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 169 (66.41% from 255 or 27.70% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADFA9 is #252056. Grayscale: #D7D7D7. Windows color (decimal): -2433111 or 11132890. OLE color: 11132890.

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

Color convert

RGB218223169-
CMYK0.0200.240.13
HSL65.56º45.76%76.86%-
HSV(B)65.56º24.22%87.45%-
XYZ62.4670.5547.86-
YUV215.35101.84129.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 223 (87.5% from 255) = 36.56%
BLUE value IS 169 (66.41% from 255) = 27.70%
R=35.74%
G=36.56%
B=27.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182231690.0200.240.1365.5645.7676.86
HexDADFA92018D422e4d
Octal33233725120301510256115
Binary11011010110111111010100110011000110110000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFA9; }

 p { color: rgb(218,223,169); }

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

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

 a { background-color: rgb(218,223,169); }

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

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

 span { border-color: rgb(218,223,169); }

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