#DFE1AF

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

Shades of Tusk #DFE1AF

Tints of Tusk #DFE1AF

Color information

#DFE1AF (or 0xDFE1AF) is unknown color: approx Tusk. HEX triplet: DF, E1 and AF. RGB value is (223,225,175). Sum of RGB (Red+Green+Blue) = 223+225+175=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 225 (88.28% from 255 or 36.12% from 623); Blue value is 175 (68.75% from 255 or 28.09% from 623); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE1AF is #201E50. Grayscale: #DADADA. Windows color (decimal): -2104913 or 11526623. OLE color: 11526623.

HSL color Cylindrical-coordinate representation of color #DFE1AF: hue angle of 62.4º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFE1AF is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB223225175-
CMYK0.0100.220.12
HSL62.4º45.45%78.43%-
HSV(B)62.4º22.22%88.24%-
XYZ65.0972.6351.15-
YUV218.7103.34131.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.79%
GREEN value IS 225 (88.28% from 255) = 36.12%
BLUE value IS 175 (68.75% from 255) = 28.09%
R=35.79%
G=36.12%
B=28.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251750.0100.220.1262.445.4578.43
HexDFE1AF1016C3e2d4e
Octal3373412571026147655116
Binary110111111110000110101111101011011001111101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1AF; }

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

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

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

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

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

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

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

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