#DAE0A1

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

Shades of Tusk #DAE0A1

Tints of Tusk #DAE0A1

Color information

#DAE0A1 (or 0xDAE0A1) is unknown color: approx Tusk. HEX triplet: DA, E0 and A1. RGB value is (218,224,161). Sum of RGB (Red+Green+Blue) = 218+224+161=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 161 (63.28% from 255 or 26.70% from 603); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE0A1 is #251F5E. Grayscale: #D7D7D7. Windows color (decimal): -2432863 or 10608858. OLE color: 10608858.

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

Color convert

RGB218224161-
CMYK0.0300.280.12
HSL65.71º50.4%75.49%-
HSV(B)65.71º28.12%87.84%-
XYZ6270.7944.11-
YUV215.0297.51130.12-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 224 (87.89% from 255) = 37.15%
BLUE value IS 161 (63.28% from 255) = 26.70%
R=36.15%
G=37.15%
B=26.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182241610.0300.280.1265.7150.475.49
HexDAE0A1301CC42324b
Octal33234024130341410262113
Binary11011010111000001010000111011100110010000101100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE0A1; }

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

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

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

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

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

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

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

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