#DAE6AA

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

Shades of Tusk #DAE6AA

Tints of Tusk #DAE6AA

Color information

#DAE6AA (or 0xDAE6AA) is unknown color: approx Tusk. HEX triplet: DA, E6 and AA. RGB value is (218,230,170). Sum of RGB (Red+Green+Blue) = 218+230+170=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE6AA is #251955. Grayscale: #DBDBDB. Windows color (decimal): -2431318 or 11200218. OLE color: 11200218.

HSL color Cylindrical-coordinate representation of color #DAE6AA: hue angle of 72º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAE6AA is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.

Color convert

RGB218230170-
CMYK0.0500.260.10
HSL72º54.55%78.43%-
HSV(B)72º26.09%90.2%-
XYZ64.4774.448.99-
YUV219.57100.02126.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 230 (90.23% from 255) = 37.22%
BLUE value IS 170 (66.80% from 255) = 27.51%
R=35.28%
G=37.22%
B=27.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301700.0500.260.107254.5578.43
HexDAE6AA501AA48374e
Octal33234625250321211067116
Binary110110101110011010101010101011010101010010001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6AA; }

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

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

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

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

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

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

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

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