#DFE3AE

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

Shades of Tusk #DFE3AE

Tints of Tusk #DFE3AE

Color information

#DFE3AE (or 0xDFE3AE) is unknown color: approx Tusk. HEX triplet: DF, E3 and AE. RGB value is (223,227,174). Sum of RGB (Red+Green+Blue) = 223+227+174=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 227 (89.06% from 255 or 36.38% from 624); Blue value is 174 (68.36% from 255 or 27.88% from 624); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE3AE is #201C51. Grayscale: #DBDBDB. Windows color (decimal): -2104402 or 11461599. OLE color: 11461599.

HSL color Cylindrical-coordinate representation of color #DFE3AE: hue angle of 64.53º degrees, saturation: 0.49, 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 #DFE3AE is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB223227174-
CMYK0.0200.230.11
HSL64.53º48.62%78.63%-
HSV(B)64.53º23.35%89.02%-
XYZ65.5473.6850.81-
YUV219.76102.17130.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 227 (89.06% from 255) = 36.38%
BLUE value IS 174 (68.36% from 255) = 27.88%
R=35.74%
G=36.38%
B=27.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232271740.0200.230.1164.5348.6278.63
HexDFE3AE2017B41314f
Octal33734325620271310161117
Binary11011111111000111010111010010111101110000011100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE3AE; }

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

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

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

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

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

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

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

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