#DAE5AD

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

Shades of Tusk #DAE5AD

Tints of Tusk #DAE5AD

Color information

#DAE5AD (or 0xDAE5AD) is unknown color: approx Tusk. HEX triplet: DA, E5 and AD. RGB value is (218,229,173). Sum of RGB (Red+Green+Blue) = 218+229+173=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5AD is #251A52. Grayscale: #DBDBDB. Windows color (decimal): -2431571 or 11396570. OLE color: 11396570.

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

Color convert

RGB218229173-
CMYK0.0500.240.10
HSL71.79º51.85%78.82%-
HSV(B)71.79º24.45%89.8%-
XYZ64.4873.9650.41-
YUV219.33101.86127.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 229 (89.84% from 255) = 36.94%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=35.16%
G=36.94%
B=27.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291730.0500.240.1071.7951.8578.82
HexDAE5AD5018A48344f
Octal33234525550301211064117
Binary110110101110010110101101101011000101010010001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5AD; }

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

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

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

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

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

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

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

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