#DAE39F

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

Shades of Tusk #DAE39F

Tints of Tusk #DAE39F

Color information

#DAE39F (or 0xDAE39F) is unknown color: approx Tusk. HEX triplet: DA, E3 and 9F. RGB value is (218,227,159). Sum of RGB (Red+Green+Blue) = 218+227+159=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 159 (62.5% from 255 or 26.32% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE39F is #251C60. Grayscale: #D8D8D8. Windows color (decimal): -2432097 or 10478554. OLE color: 10478554.

HSL color Cylindrical-coordinate representation of color #DAE39F: hue angle of 67.94º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAE39F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB218227159-
CMYK0.0400.300.11
HSL67.94º54.84%75.69%-
HSV(B)67.94º29.96%89.02%-
XYZ62.6472.3543.46-
YUV216.5695.52129.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.09%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 159 (62.5% from 255) = 26.32%
R=36.09%
G=37.58%
B=26.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271590.0400.300.1167.9454.8475.69
HexDAE39F401EB44374c
Octal33234323740361310467114
Binary110110101110001110011111100011110101110001001101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE39F; }

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

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

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

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

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

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

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

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