#DAE4AA

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

Shades of Tusk #DAE4AA

Tints of Tusk #DAE4AA

Color information

#DAE4AA (or 0xDAE4AA) is unknown color: approx Tusk. HEX triplet: DA, E4 and AA. RGB value is (218,228,170). Sum of RGB (Red+Green+Blue) = 218+228+170=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 228 - color contains mainly: green. Hex color #DAE4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE4AA is #251B55. Grayscale: #DADADA. Windows color (decimal): -2431830 or 11199706. OLE color: 11199706.

HSL color Cylindrical-coordinate representation of color #DAE4AA: hue angle of 70.34º degrees, saturation: 0.52, 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 #DAE4AA is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB218228170-
CMYK0.0400.250.11
HSL70.34º51.79%78.04%-
HSV(B)70.34º25.44%89.41%-
XYZ63.9173.2948.81-
YUV218.4100.69127.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 228 (89.45% from 255) = 37.01%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=35.39%
G=37.01%
B=27.60%

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
Decimal2182281700.0400.250.1170.3451.7978.04
HexDAE4AA4019B46344e
Octal33234425240311310664116
Binary110110101110010010101010100011001101110001101101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE4AA; }

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

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

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

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

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

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

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

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