#DFE1A4

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

Shades of Tusk #DFE1A4

Tints of Tusk #DFE1A4

Color information

#DFE1A4 (or 0xDFE1A4) is unknown color: approx Tusk. HEX triplet: DF, E1 and A4. RGB value is (223,225,164). Sum of RGB (Red+Green+Blue) = 223+225+164=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 225 (88.28% from 255 or 36.76% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE1A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE1A4 is #201E5B. Grayscale: #D9D9D9. Windows color (decimal): -2104924 or 10805727. OLE color: 10805727.

HSL color Cylindrical-coordinate representation of color #DFE1A4: hue angle of 61.97º 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 #DFE1A4 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB223225164-
CMYK0.0100.270.12
HSL61.97º50.41%76.27%-
HSV(B)61.97º27.11%88.24%-
XYZ64.0672.2245.69-
YUV217.4597.84131.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 225 (88.28% from 255) = 36.76%
BLUE value IS 164 (64.45% from 255) = 26.80%
R=36.44%
G=36.76%
B=26.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2232251640.0100.270.1261.9750.4176.27
HexDFE1A4101BC3e324c
Octal3373412441033147662114
Binary110111111110000110100100101101111001111101100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE1A4; }

 p { color: rgb(223,225,164); }

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

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

 a { background-color: rgb(223,225,164); }

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

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

 span { border-color: rgb(223,225,164); }

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