#DFE5AE

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

Shades of Tusk #DFE5AE

Tints of Tusk #DFE5AE

Color information

#DFE5AE (or 0xDFE5AE) is unknown color: approx Tusk. HEX triplet: DF, E5 and AE. RGB value is (223,229,174). Sum of RGB (Red+Green+Blue) = 223+229+174=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 229 (89.84% from 255 or 36.58% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE5AE is #201A51. Grayscale: #DDDDDD. Windows color (decimal): -2103890 or 11462111. OLE color: 11462111.

HSL color Cylindrical-coordinate representation of color #DFE5AE: hue angle of 66.55º 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 #DFE5AE is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB223229174-
CMYK0.0300.240.10
HSL66.55º51.4%79.02%-
HSV(B)66.55º24.02%89.8%-
XYZ66.0974.7851-
YUV220.94101.51129.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 229 (89.84% from 255) = 36.58%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=35.62%
G=36.58%
B=27.80%

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
Decimal2232291740.0300.240.1066.5551.479.02
HexDFE5AE3018A43334f
Octal33734525630301210363117
Binary11011111111001011010111011011000101010000111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE5AE; }

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

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

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

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

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

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

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

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