#DFE7AC

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

Shades of Tusk #DFE7AC

Tints of Tusk #DFE7AC

Color information

#DFE7AC (or 0xDFE7AC) is unknown color: approx Tusk. HEX triplet: DF, E7 and AC. RGB value is (223,231,172). Sum of RGB (Red+Green+Blue) = 223+231+172=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE7AC is #201853. Grayscale: #DEDEDE. Windows color (decimal): -2103380 or 11331551. OLE color: 11331551.

HSL color Cylindrical-coordinate representation of color #DFE7AC: hue angle of 68.14º degrees, saturation: 0.55, 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 #DFE7AC is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB223231172-
CMYK0.0300.260.09
HSL68.14º55.14%79.02%-
HSV(B)68.14º25.54%90.59%-
XYZ66.4575.8250.16-
YUV221.8899.85128.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=35.62%
G=36.90%
B=27.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232311720.0300.260.0968.1455.1479.02
HexDFE7AC301A944374f
Octal33734725430321110467117
Binary11011111111001111010110011011010100110001001101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE7AC; }

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

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

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

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

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

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

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

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