#DFE2AF

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

Shades of Tusk #DFE2AF

Tints of Tusk #DFE2AF

Color information

#DFE2AF (or 0xDFE2AF) is unknown color: approx Tusk. HEX triplet: DF, E2 and AF. RGB value is (223,226,175). Sum of RGB (Red+Green+Blue) = 223+226+175=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 175 (68.75% from 255 or 28.04% from 624); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE2AF is #201D50. Grayscale: #DBDBDB. Windows color (decimal): -2104657 or 11526879. OLE color: 11526879.

HSL color Cylindrical-coordinate representation of color #DFE2AF: hue angle of 63.53º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFE2AF is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB223226175-
CMYK0.0100.230.11
HSL63.53º46.79%78.63%-
HSV(B)63.53º22.57%88.63%-
XYZ65.3773.1851.24-
YUV219.29103.01130.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 226 (88.67% from 255) = 36.22%
BLUE value IS 175 (68.75% from 255) = 28.04%
R=35.74%
G=36.22%
B=28.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261750.0100.230.1163.5346.7978.63
HexDFE2AF1017B402f4f
Octal33734225710271310057117
Binary1101111111100010101011111010111101110000001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2AF; }

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

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

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

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

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

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

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

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