#DAE5AA

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

Shades of Tusk #DAE5AA

Tints of Tusk #DAE5AA

Color information

#DAE5AA (or 0xDAE5AA) is unknown color: approx Tusk. HEX triplet: DA, E5 and AA. RGB value is (218,229,170). Sum of RGB (Red+Green+Blue) = 218+229+170=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5AA is #251A55. Grayscale: #DBDBDB. Windows color (decimal): -2431574 or 11199962. OLE color: 11199962.

HSL color Cylindrical-coordinate representation of color #DAE5AA: hue angle of 71.19º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE5AA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB218229170-
CMYK0.0500.260.10
HSL71.19º53.15%78.24%-
HSV(B)71.19º25.76%89.8%-
XYZ64.1973.8548.9-
YUV218.98100.36127.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 229 (89.84% from 255) = 37.12%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=35.33%
G=37.12%
B=27.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291700.0500.260.1071.1953.1578.24
HexDAE5AA501AA47354e
Octal33234525250321210765116
Binary110110101110010110101010101011010101010001111101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5AA; }

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

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

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

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

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

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

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

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