#DFE9AC

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

Shades of Tusk #DFE9AC

Tints of Tusk #DFE9AC

Color information

#DFE9AC (or 0xDFE9AC) is unknown color: approx Tusk. HEX triplet: DF, E9 and AC. RGB value is (223,233,172). Sum of RGB (Red+Green+Blue) = 223+233+172=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 172 (67.58% from 255 or 27.39% from 628); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE9AC is #201653. Grayscale: #DFDFDF. Windows color (decimal): -2102868 or 11332063. OLE color: 11332063.

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

Color convert

RGB223233172-
CMYK0.0400.260.09
HSL69.84º58.1%79.41%-
HSV(B)69.84º26.18%91.37%-
XYZ67.0276.9450.35-
YUV223.0699.19127.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.51%
GREEN value IS 233 (91.41% from 255) = 37.10%
BLUE value IS 172 (67.58% from 255) = 27.39%
R=35.51%
G=37.10%
B=27.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232331720.0400.260.0969.8458.179.41
HexDFE9AC401A9463a4f
Octal33735125440321110672117
Binary110111111110100110101100100011010100110001101110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9AC; }

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

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

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

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

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

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

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

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