#DAE6AD

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

Shades of Tusk #DAE6AD

Tints of Tusk #DAE6AD

Color information

#DAE6AD (or 0xDAE6AD) is unknown color: approx Tusk. HEX triplet: DA, E6 and AD. RGB value is (218,230,173). Sum of RGB (Red+Green+Blue) = 218+230+173=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 230 (90.23% from 255 or 37.04% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE6AD is #251952. Grayscale: #DCDCDC. Windows color (decimal): -2431315 or 11396826. OLE color: 11396826.

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

Color convert

RGB218230173-
CMYK0.0500.250.10
HSL72.63º53.27%79.02%-
HSV(B)72.63º24.78%90.2%-
XYZ64.7574.5250.51-
YUV219.91101.52126.63-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 230 (90.23% from 255) = 37.04%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=35.10%
G=37.04%
B=27.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182301730.0500.250.1072.6353.2779.02
HexDAE6AD5019A49354f
Octal33234625550311211165117
Binary110110101110011010101101101011001101010010011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE6AD; }

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

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

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

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

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

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

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

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