#DAE5A3

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

Shades of Tusk #DAE5A3

Tints of Tusk #DAE5A3

Color information

#DAE5A3 (or 0xDAE5A3) is unknown color: approx Tusk. HEX triplet: DA, E5 and A3. RGB value is (218,229,163). Sum of RGB (Red+Green+Blue) = 218+229+163=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 229 (89.84% from 255 or 37.54% from 610); Blue value is 163 (64.06% from 255 or 26.72% from 610); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE5A3 is #251A5C. Grayscale: #DADADA. Windows color (decimal): -2431581 or 10741210. OLE color: 10741210.

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

Color convert

RGB218229163-
CMYK0.0500.290.10
HSL70º55.93%76.86%-
HSV(B)70º28.82%89.8%-
XYZ63.5473.5945.51-
YUV218.1996.86127.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.74%
GREEN value IS 229 (89.84% from 255) = 37.54%
BLUE value IS 163 (64.06% from 255) = 26.72%
R=35.74%
G=37.54%
B=26.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291630.0500.290.107055.9376.86
HexDAE5A3501DA46384d
Octal33234524350351210670115
Binary110110101110010110100011101011101101010001101110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE5A3; }

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

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

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

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

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

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

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

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