#DAE1AA

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

Shades of Tusk #DAE1AA

Tints of Tusk #DAE1AA

Color information

#DAE1AA (or 0xDAE1AA) is unknown color: approx Tusk. HEX triplet: DA, E1 and AA. RGB value is (218,225,170). Sum of RGB (Red+Green+Blue) = 218+225+170=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE1AA is #251E55. Grayscale: #D8D8D8. Windows color (decimal): -2432598 or 11198938. OLE color: 11198938.

HSL color Cylindrical-coordinate representation of color #DAE1AA: hue angle of 67.64º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAE1AA is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB218225170-
CMYK0.0300.240.12
HSL67.64º47.83%77.45%-
HSV(B)67.64º24.44%88.24%-
XYZ63.0971.6648.54-
YUV216.64101.68128.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 225 (88.28% from 255) = 36.70%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=35.56%
G=36.70%
B=27.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251700.0300.240.1267.6447.8377.45
HexDAE1AA3018C44304d
Octal33234125230301410460115
Binary11011010111000011010101011011000110010001001100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1AA; }

 p { color: rgb(218,225,170); }

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

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

 a { background-color: rgb(218,225,170); }

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

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

 span { border-color: rgb(218,225,170); }

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