#DAE8A9

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

Shades of Tusk #DAE8A9

Tints of Tusk #DAE8A9

Color information

#DAE8A9 (or 0xDAE8A9) is unknown color: approx Tusk. HEX triplet: DA, E8 and A9. RGB value is (218,232,169). Sum of RGB (Red+Green+Blue) = 218+232+169=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 169 (66.41% from 255 or 27.30% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE8A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE8A9 is #251756. Grayscale: #DCDCDC. Windows color (decimal): -2430807 or 11135194. OLE color: 11135194.

HSL color Cylindrical-coordinate representation of color #DAE8A9: hue angle of 73.33º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAE8A9 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB218232169-
CMYK0.0600.270.09
HSL73.33º57.8%78.63%-
HSV(B)73.33º27.16%90.98%-
XYZ64.9375.4848.68-
YUV220.6398.86126.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 232 (91.02% from 255) = 37.48%
BLUE value IS 169 (66.41% from 255) = 27.30%
R=35.22%
G=37.48%
B=27.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182321690.0600.270.0973.3357.878.63
HexDAE8A9601B9493a4f
Octal33235025160331111172117
Binary110110101110100010101001110011011100110010011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE8A9; }

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

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

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

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

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

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

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

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