#DAE39D

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

Shades of Tusk #DAE39D

Tints of Tusk #DAE39D

Color information

#DAE39D (or 0xDAE39D) is unknown color: approx Tusk. HEX triplet: DA, E3 and 9D. RGB value is (218,227,157). Sum of RGB (Red+Green+Blue) = 218+227+157=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 157 (61.72% from 255 or 26.08% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #DAE39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAE39D is #251C62. Grayscale: #D8D8D8. Windows color (decimal): -2432099 or 10347482. OLE color: 10347482.

HSL color Cylindrical-coordinate representation of color #DAE39D: hue angle of 67.71º degrees, saturation: 0.56, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAE39D is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB218227157-
CMYK0.0400.310.11
HSL67.71º55.56%75.29%-
HSV(B)67.71º30.84%89.02%-
XYZ62.4772.2842.56-
YUV216.3394.52129.19-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.21%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 157 (61.72% from 255) = 26.08%
R=36.21%
G=37.71%
B=26.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2182271570.0400.310.1167.7155.5675.29
HexDAE39D401FB44384b
Octal33234323540371310470113
Binary110110101110001110011101100011111101110001001110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE39D; }

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

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

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

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

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

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

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

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