#DFE5AF

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

Shades of Tusk #DFE5AF

Tints of Tusk #DFE5AF

Color information

#DFE5AF (or 0xDFE5AF) is unknown color: approx Tusk. HEX triplet: DF, E5 and AF. RGB value is (223,229,175). Sum of RGB (Red+Green+Blue) = 223+229+175=627 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.57% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE5AF is #201A50. Grayscale: #DDDDDD. Windows color (decimal): -2103889 or 11527647. OLE color: 11527647.

HSL color Cylindrical-coordinate representation of color #DFE5AF: hue angle of 66.67º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFE5AF is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB223229175-
CMYK0.0300.240.10
HSL66.67º50.94%79.22%-
HSV(B)66.67º23.58%89.8%-
XYZ66.1974.8251.51-
YUV221.05102.01129.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.57%
GREEN value IS 229 (89.84% from 255) = 36.52%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=35.57%
G=36.52%
B=27.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232291750.0300.240.1066.6750.9479.22
HexDFE5AF3018A43334f
Octal33734525730301210363117
Binary11011111111001011010111111011000101010000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5AF; }

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

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

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

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

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

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

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

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