#DAE0A3

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

Shades of Tusk #DAE0A3

Tints of Tusk #DAE0A3

Color information

#DAE0A3 (or 0xDAE0A3) is unknown color: approx Tusk. HEX triplet: DA, E0 and A3. RGB value is (218,224,163). Sum of RGB (Red+Green+Blue) = 218+224+163=605 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.03% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 163 (64.06% from 255 or 26.94% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE0A3 is #251F5C. Grayscale: #D7D7D7. Windows color (decimal): -2432861 or 10739930. OLE color: 10739930.

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

Color convert

RGB218224163-
CMYK0.0300.270.12
HSL65.9º49.59%75.88%-
HSV(B)65.9º27.23%87.84%-
XYZ62.1870.8645.05-
YUV215.2598.51129.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.03%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 163 (64.06% from 255) = 26.94%
R=36.03%
G=37.02%
B=26.94%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241630.0300.270.1265.949.5975.88
HexDAE0A3301BC42324c
Octal33234024330331410262114
Binary11011010111000001010001111011011110010000101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0A3; }

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

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

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

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

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

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

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

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