#DAE9AE

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

Shades of Tusk #DAE9AE

Tints of Tusk #DAE9AE

Color information

#DAE9AE (or 0xDAE9AE) is unknown color: approx Tusk. HEX triplet: DA, E9 and AE. RGB value is (218,233,174). Sum of RGB (Red+Green+Blue) = 218+233+174=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 233 (91.41% from 255 or 37.28% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE9AE is #251651. Grayscale: #DEDEDE. Windows color (decimal): -2430546 or 11463130. OLE color: 11463130.

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

Color convert

RGB218233174-
CMYK0.0600.250.09
HSL75.25º57.28%79.8%-
HSV(B)75.25º25.32%91.37%-
XYZ65.6976.2451.3-
YUV221.79101.03125.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 233 (91.41% from 255) = 37.28%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=34.88%
G=37.28%
B=27.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182331740.0600.250.0975.2557.2879.8
HexDAE9AE601994b3950
Octal33235125660311111371120
Binary110110101110100110101110110011001100110010111110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE9AE; }

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

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

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

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

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

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

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

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