#DFDFA6

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

Shades of Tusk #DFDFA6

Tints of Tusk #DFDFA6

Color information

#DFDFA6 (or 0xDFDFA6) is unknown color: approx Tusk. HEX triplet: DF, DF and A6. RGB value is (223,223,166). Sum of RGB (Red+Green+Blue) = 223+223+166=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 166 (65.23% from 255 or 27.12% from 612); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFA6 is #202059. Grayscale: #D8D8D8. Windows color (decimal): -2105434 or 10936287. OLE color: 10936287.

HSL color Cylindrical-coordinate representation of color #DFDFA6: hue angle of 60º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFDFA6 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223223166-
CMYK000.260.13
HSL60º47.11%76.27%-
HSV(B)60º25.56%87.45%-
XYZ63.771.2246.47-
YUV216.599.5132.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.44%
GREEN value IS 223 (87.5% from 255) = 36.44%
BLUE value IS 166 (65.23% from 255) = 27.12%
R=36.44%
G=36.44%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223223166000.260.136047.1176.27
HexDFDFA6001AD3c2f4c
Octal3373372460032157457114
Binary110111111101111110100110001101011011111001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDFA6; }

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

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

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

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

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

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

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

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