#DFE49D

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

Shades of Tusk #DFE49D

Tints of Tusk #DFE49D

Color information

#DFE49D (or 0xDFE49D) is unknown color: approx Tusk. HEX triplet: DF, E4 and 9D. RGB value is (223,228,157). Sum of RGB (Red+Green+Blue) = 223+228+157=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 157 (61.72% from 255 or 25.82% from 608); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE49D is #201B62. Grayscale: #DADADA. Windows color (decimal): -2104163 or 10347743. OLE color: 10347743.

HSL color Cylindrical-coordinate representation of color #DFE49D: hue angle of 64.23º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFE49D is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB223228157-
CMYK0.0200.310.11
HSL64.23º56.8%75.49%-
HSV(B)64.23º31.14%89.41%-
XYZ64.2673.6142.72-
YUV218.4193.34131.27-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.68%
GREEN value IS 228 (89.45% from 255) = 37.5%
BLUE value IS 157 (61.72% from 255) = 25.82%
R=36.68%
G=37.5%
B=25.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232281570.0200.310.1164.2356.875.49
HexDFE49D201FB40394b
Octal33734423520371310071113
Binary11011111111001001001110110011111101110000001110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE49D; }

 p { color: rgb(223,228,157); }

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

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

 a { background-color: rgb(223,228,157); }

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

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

 span { border-color: rgb(223,228,157); }

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