#DFEB9F

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

Shades of Tusk #DFEB9F

Tints of Tusk #DFEB9F

Color information

#DFEB9F (or 0xDFEB9F) is unknown color: approx Tusk. HEX triplet: DF, EB and 9F. RGB value is (223,235,159). Sum of RGB (Red+Green+Blue) = 223+235+159=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 159 (62.5% from 255 or 25.77% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEB9F is #201460. Grayscale: #DFDFDF. Windows color (decimal): -2102369 or 10480607. OLE color: 10480607.

HSL color Cylindrical-coordinate representation of color #DFEB9F: hue angle of 69.47º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DFEB9F is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB223235159-
CMYK0.0500.320.08
HSL69.47º65.52%77.25%-
HSV(B)69.47º32.34%92.16%-
XYZ66.477.6144.28-
YUV222.7592.02128.18-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.14%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 159 (62.5% from 255) = 25.77%
R=36.14%
G=38.09%
B=25.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351590.0500.320.0869.4765.5277.25
HexDFEB9F5020845424d
Octal337353237504010105102115
Binary11011111111010111001111110101000001000100010110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEB9F; }

 p { color: rgb(223,235,159); }

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

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

 a { background-color: rgb(223,235,159); }

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

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

 span { border-color: rgb(223,235,159); }

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