#dfeba6

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

Shades of Tusk #DFEBA6

Tints of Tusk #DFEBA6

Color information

#DFEBA6 (or 0xDFEBA6) is unknown color: approx Tusk. HEX triplet: DF, EB and A6. RGB value is (223,235,166). Sum of RGB (Red+Green+Blue) = 223+235+166=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 166 (65.23% from 255 or 26.60% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEBA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEBA6 is #201459. Grayscale: #DFDFDF. Windows color (decimal): -2102362 or 10939359. OLE color: 10939359.

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

Color convert

RGB223235166-
CMYK0.0500.290.08
HSL70.43º63.3%78.63%-
HSV(B)70.43º29.36%92.16%-
XYZ67.0277.8647.57-
YUV223.5595.52127.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.74%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 166 (65.23% from 255) = 26.60%
R=35.74%
G=37.66%
B=26.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232351660.0500.290.0870.4363.378.63
HexDFEBA6501D8463f4f
Octal33735324650351010677117
Binary110111111110101110100110101011101100010001101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dfeba6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dfeba6; }

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

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

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

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

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

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

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

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