#DAE7AD

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

Shades of Tusk #DAE7AD

Tints of Tusk #DAE7AD

Color information

#DAE7AD (or 0xDAE7AD) is unknown color: approx Tusk. HEX triplet: DA, E7 and AD. RGB value is (218,231,173). Sum of RGB (Red+Green+Blue) = 218+231+173=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE7AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE7AD is #251852. Grayscale: #DCDCDC. Windows color (decimal): -2431059 or 11397082. OLE color: 11397082.

HSL color Cylindrical-coordinate representation of color #DAE7AD: hue angle of 73.45º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAE7AD is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB218231173-
CMYK0.0600.250.09
HSL73.45º54.72%79.22%-
HSV(B)73.45º25.11%90.59%-
XYZ65.0375.0750.6-
YUV220.5101.19126.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 231 (90.62% from 255) = 37.14%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=35.05%
G=37.14%
B=27.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311730.0600.250.0973.4554.7279.22
HexDAE7AD6019949374f
Octal33234725560311111167117
Binary110110101110011110101101110011001100110010011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE7AD; }

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

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

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

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

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

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

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

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