#DAE1AD

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

Shades of Tusk #DAE1AD

Tints of Tusk #DAE1AD

Color information

#DAE1AD (or 0xDAE1AD) is unknown color: approx Tusk. HEX triplet: DA, E1 and AD. RGB value is (218,225,173). Sum of RGB (Red+Green+Blue) = 218+225+173=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 173 (67.97% from 255 or 28.08% from 616); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE1AD is #251E52. Grayscale: #D9D9D9. Windows color (decimal): -2432595 or 11395546. OLE color: 11395546.

HSL color Cylindrical-coordinate representation of color #DAE1AD: hue angle of 68.08º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAE1AD is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB218225173-
CMYK0.0300.230.12
HSL68.08º46.43%78.04%-
HSV(B)68.08º23.11%88.24%-
XYZ63.3871.7750.05-
YUV216.98103.18128.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 173 (67.97% from 255) = 28.08%
R=35.39%
G=36.53%
B=28.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251730.0300.230.1268.0846.4378.04
HexDAE1AD3017C442e4e
Octal33234125530271410456116
Binary11011010111000011010110111010111110010001001011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1AD; }

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

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

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

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

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

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

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

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