#DFE2A1

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

Shades of Tusk #DFE2A1

Tints of Tusk #DFE2A1

Color information

#DFE2A1 (or 0xDFE2A1) is unknown color: approx Tusk. HEX triplet: DF, E2 and A1. RGB value is (223,226,161). Sum of RGB (Red+Green+Blue) = 223+226+161=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 161 (63.28% from 255 or 26.39% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE2A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE2A1 is #201D5E. Grayscale: #D9D9D9. Windows color (decimal): -2104671 or 10609375. OLE color: 10609375.

HSL color Cylindrical-coordinate representation of color #DFE2A1: hue angle of 62.77º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DFE2A1 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB223226161-
CMYK0.0100.290.11
HSL62.77º52.85%75.88%-
HSV(B)62.77º28.76%88.63%-
XYZ64.0672.6544.37-
YUV217.6996.01131.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.56%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 161 (63.28% from 255) = 26.39%
R=36.56%
G=37.05%
B=26.39%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232261610.0100.290.1162.7752.8575.88
HexDFE2A1101DB3f354c
Octal3373422411035137765114
Binary110111111110001010100001101110110111111111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE2A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE2A1; }

 p { color: rgb(223,226,161); }

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

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

 a { background-color: rgb(223,226,161); }

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

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

 span { border-color: rgb(223,226,161); }

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