#DAE5A7

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

Shades of Tusk #DAE5A7

Tints of Tusk #DAE5A7

Color information

#DAE5A7 (or 0xDAE5A7) is unknown color: approx Tusk. HEX triplet: DA, E5 and A7. RGB value is (218,229,167). Sum of RGB (Red+Green+Blue) = 218+229+167=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 167 (65.62% from 255 or 27.20% from 614); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5A7 is #251A58. Grayscale: #DADADA. Windows color (decimal): -2431577 or 11003354. OLE color: 11003354.

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

Color convert

RGB218229167-
CMYK0.0500.270.10
HSL70.65º54.39%77.65%-
HSV(B)70.65º27.07%89.8%-
XYZ63.9173.7347.42-
YUV218.6498.86127.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.50%
GREEN value IS 229 (89.84% from 255) = 37.30%
BLUE value IS 167 (65.62% from 255) = 27.20%
R=35.50%
G=37.30%
B=27.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291670.0500.270.1070.6554.3977.65
HexDAE5A7501BA47364e
Octal33234524750331210766116
Binary110110101110010110100111101011011101010001111101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5A7; }

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

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

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

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

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

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

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

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