#DFE0A3

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

Shades of Tusk #DFE0A3

Tints of Tusk #DFE0A3

Color information

#DFE0A3 (or 0xDFE0A3) is unknown color: approx Tusk. HEX triplet: DF, E0 and A3. RGB value is (223,224,163). Sum of RGB (Red+Green+Blue) = 223+224+163=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 163 (64.06% from 255 or 26.72% from 610); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE0A3 is #201F5C. Grayscale: #D8D8D8. Windows color (decimal): -2105181 or 10739935. OLE color: 10739935.

HSL color Cylindrical-coordinate representation of color #DFE0A3: hue angle of 60.98º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DFE0A3 is Cyan = 0.00, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB223224163-
CMYK0.0000.270.12
HSL60.98º49.59%75.88%-
HSV(B)60.98º27.23%87.84%-
XYZ63.771.6445.12-
YUV216.7597.67132.46-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 224 (87.89% from 255) = 36.72%
BLUE value IS 163 (64.06% from 255) = 26.72%
R=36.56%
G=36.72%
B=26.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232241630.0000.270.1260.9849.5975.88
HexDFE0A3001BC3d324c
Octal3373402430033147562114
Binary110111111110000010100011001101111001111011100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE0A3; }

 p { color: rgb(223,224,163); }

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

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

 a { background-color: rgb(223,224,163); }

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

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

 span { border-color: rgb(223,224,163); }

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