#DAE3AA

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

Shades of Tusk #DAE3AA

Tints of Tusk #DAE3AA

Color information

#DAE3AA (or 0xDAE3AA) is unknown color: approx Tusk. HEX triplet: DA, E3 and AA. RGB value is (218,227,170). Sum of RGB (Red+Green+Blue) = 218+227+170=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE3AA is #251C55. Grayscale: #DADADA. Windows color (decimal): -2432086 or 11199450. OLE color: 11199450.

HSL color Cylindrical-coordinate representation of color #DAE3AA: hue angle of 69.47º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE3AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB218227170-
CMYK0.0400.250.11
HSL69.47º50.44%77.84%-
HSV(B)69.47º25.11%89.02%-
XYZ63.6472.7548.72-
YUV217.81101.02128.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=35.45%
G=36.91%
B=27.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271700.0400.250.1169.4750.4477.84
HexDAE3AA4019B45324e
Octal33234325240311310562116
Binary110110101110001110101010100011001101110001011100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE3AA; }

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

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

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

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

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

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

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

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