#DAE7AA

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

Shades of Tusk #DAE7AA

Tints of Tusk #DAE7AA

Color information

#DAE7AA (or 0xDAE7AA) is unknown color: approx Tusk. HEX triplet: DA, E7 and AA. RGB value is (218,231,170). Sum of RGB (Red+Green+Blue) = 218+231+170=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 170 (66.80% from 255 or 27.46% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7AA is #251855. Grayscale: #DCDCDC. Windows color (decimal): -2431062 or 11200474. OLE color: 11200474.

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

Color convert

RGB218231170-
CMYK0.0600.260.09
HSL72.79º55.96%78.63%-
HSV(B)72.79º26.41%90.59%-
XYZ64.7574.9649.09-
YUV220.1699.69126.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 231 (90.62% from 255) = 37.32%
BLUE value IS 170 (66.80% from 255) = 27.46%
R=35.22%
G=37.32%
B=27.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311700.0600.260.0972.7955.9678.63
HexDAE7AA601A949384f
Octal33234725260321111170117
Binary110110101110011110101010110011010100110010011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7AA; }

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

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

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

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

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

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

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

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