#DAE19D

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

Shades of Tusk #DAE19D

Tints of Tusk #DAE19D

Color information

#DAE19D (or 0xDAE19D) is unknown color: approx Tusk. HEX triplet: DA, E1 and 9D. RGB value is (218,225,157). Sum of RGB (Red+Green+Blue) = 218+225+157=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE19D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE19D is #251E62. Grayscale: #D7D7D7. Windows color (decimal): -2432611 or 10346970. OLE color: 10346970.

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

Color convert

RGB218225157-
CMYK0.0300.300.12
HSL66.18º53.12%74.9%-
HSV(B)66.18º30.22%88.24%-
XYZ61.9271.1942.38-
YUV215.1695.18130.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.33%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=36.33%
G=37.5%
B=26.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2182251570.0300.300.1266.1853.1274.9
HexDAE19D301EC42354b
Octal33234123530361410265113
Binary11011010111000011001110111011110110010000101101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE19D; }

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

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

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

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

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

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

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

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