#DAE0AE

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

Shades of Tusk #DAE0AE

Tints of Tusk #DAE0AE

Color information

#DAE0AE (or 0xDAE0AE) is unknown color: approx Tusk. HEX triplet: DA, E0 and AE. RGB value is (218,224,174). Sum of RGB (Red+Green+Blue) = 218+224+174=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE0AE is #251F51. Grayscale: #D8D8D8. Windows color (decimal): -2432850 or 11460826. OLE color: 11460826.

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

Color convert

RGB218224174-
CMYK0.0300.220.12
HSL67.2º44.64%78.04%-
HSV(B)67.2º22.32%87.84%-
XYZ63.2171.2750.47-
YUV216.51104.01129.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 224 (87.89% from 255) = 36.36%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=35.39%
G=36.36%
B=28.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241740.0300.220.1267.244.6478.04
HexDAE0AE3016C432d4e
Octal33234025630261410355116
Binary11011010111000001010111011010110110010000111011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0AE; }

 p { color: rgb(218,224,174); }

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

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

 a { background-color: rgb(218,224,174); }

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

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

 span { border-color: rgb(218,224,174); }

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