#DAE19F

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

Shades of Tusk #DAE19F

Tints of Tusk #DAE19F

Color information

#DAE19F (or 0xDAE19F) is unknown color: approx Tusk. HEX triplet: DA, E1 and 9F. RGB value is (218,225,159). Sum of RGB (Red+Green+Blue) = 218+225+159=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 159 (62.5% from 255 or 26.41% from 602); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE19F is #251E60. Grayscale: #D7D7D7. Windows color (decimal): -2432609 or 10478042. OLE color: 10478042.

HSL color Cylindrical-coordinate representation of color #DAE19F: hue angle of 66.36º 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 #DAE19F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB218225159-
CMYK0.0300.290.12
HSL66.36º52.38%75.29%-
HSV(B)66.36º29.33%88.24%-
XYZ62.171.2643.28-
YUV215.3896.18129.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 225 (88.28% from 255) = 37.38%
BLUE value IS 159 (62.5% from 255) = 26.41%
R=36.21%
G=37.38%
B=26.41%

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
Decimal2182251590.0300.290.1266.3652.3875.29
HexDAE19F301DC42344b
Octal33234123730351410264113
Binary11011010111000011001111111011101110010000101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE19F; }

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

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

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

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

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

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

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

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