#DAE1A0

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

Shades of Tusk #DAE1A0

Tints of Tusk #DAE1A0

Color information

#DAE1A0 (or 0xDAE1A0) is unknown color: approx Tusk. HEX triplet: DA, E1 and A0. RGB value is (218,225,160). Sum of RGB (Red+Green+Blue) = 218+225+160=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE1A0 is #251E5F. Grayscale: #D7D7D7. Windows color (decimal): -2432608 or 10543578. OLE color: 10543578.

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

Color convert

RGB218225160-
CMYK0.0300.290.12
HSL66.46º52%75.49%-
HSV(B)66.46º28.89%88.24%-
XYZ62.1871.2943.74-
YUV215.596.68129.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.15%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=36.15%
G=37.31%
B=26.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251600.0300.290.1266.465275.49
HexDAE1A0301DC42344b
Octal33234124030351410264113
Binary11011010111000011010000011011101110010000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE1A0; }

 p { color: rgb(218,225,160); }

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

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

 a { background-color: rgb(218,225,160); }

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

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

 span { border-color: rgb(218,225,160); }

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