#dfe29e

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

Shades of Tusk #DFE29E

Tints of Tusk #DFE29E

Color information

#DFE29E (or 0xDFE29E) is unknown color: approx Tusk. HEX triplet: DF, E2 and 9E. RGB value is (223,226,158). Sum of RGB (Red+Green+Blue) = 223+226+158=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE29E is #201D61. Grayscale: #D9D9D9. Windows color (decimal): -2104674 or 10412767. OLE color: 10412767.

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

Color convert

RGB223226158-
CMYK0.0100.300.11
HSL62.65º53.97%75.29%-
HSV(B)62.65º30.09%88.63%-
XYZ63.872.5542.99-
YUV217.3594.51132.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.74%
GREEN value IS 226 (88.67% from 255) = 37.23%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=36.74%
G=37.23%
B=26.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261580.0100.300.1162.6553.9775.29
HexDFE29E101EB3f364b
Octal3373422361036137766113
Binary110111111110001010011110101111010111111111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfe29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfe29e; }

 p { color: rgb(223,226,158); }

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

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

 a { background-color: rgb(223,226,158); }

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

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

 span { border-color: rgb(223,226,158); }

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