#DFE9AF

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

Shades of Tusk #DFE9AF

Tints of Tusk #DFE9AF

Color information

#DFE9AF (or 0xDFE9AF) is unknown color: approx Tusk. HEX triplet: DF, E9 and AF. RGB value is (223,233,175). Sum of RGB (Red+Green+Blue) = 223+233+175=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE9AF is #201650. Grayscale: #DFDFDF. Windows color (decimal): -2102865 or 11528671. OLE color: 11528671.

HSL color Cylindrical-coordinate representation of color #DFE9AF: hue angle of 70.34º 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 #DFE9AF is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB223233175-
CMYK0.0400.250.09
HSL70.34º56.86%80%-
HSV(B)70.34º24.89%91.37%-
XYZ67.3177.0651.88-
YUV223.4100.69127.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.34%
GREEN value IS 233 (91.41% from 255) = 36.93%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=35.34%
G=36.93%
B=27.73%

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
Decimal2232331750.0400.250.0970.3456.8680
HexDFE9AF40199463950
Octal33735125740311110671120
Binary110111111110100110101111100011001100110001101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9AF; }

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

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

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

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

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

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

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

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