#DFE9AE

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

Shades of Tusk #DFE9AE

Tints of Tusk #DFE9AE

Color information

#DFE9AE (or 0xDFE9AE) is unknown color: approx Tusk. HEX triplet: DF, E9 and AE. RGB value is (223,233,174). Sum of RGB (Red+Green+Blue) = 223+233+174=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 174 (68.36% from 255 or 27.62% from 630); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE9AE is #201651. Grayscale: #DFDFDF. Windows color (decimal): -2102866 or 11463135. OLE color: 11463135.

HSL color Cylindrical-coordinate representation of color #DFE9AE: hue angle of 70.17º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFE9AE is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB223233174-
CMYK0.0400.250.09
HSL70.17º57.28%79.8%-
HSV(B)70.17º25.32%91.37%-
XYZ67.2177.0251.37-
YUV223.28100.19127.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.40%
GREEN value IS 233 (91.41% from 255) = 36.98%
BLUE value IS 174 (68.36% from 255) = 27.62%
R=35.40%
G=36.98%
B=27.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232331740.0400.250.0970.1757.2879.8
HexDFE9AE40199463950
Octal33735125640311110671120
Binary110111111110100110101110100011001100110001101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9AE; }

 p { color: rgb(223,233,174); }

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

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

 a { background-color: rgb(223,233,174); }

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

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

 span { border-color: rgb(223,233,174); }

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