#DFDEAB

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

Shades of Tusk #DFDEAB

Tints of Tusk #DFDEAB

Color information

#DFDEAB (or 0xDFDEAB) is unknown color: approx Tusk. HEX triplet: DF, DE and AB. RGB value is (223,222,171). Sum of RGB (Red+Green+Blue) = 223+222+171=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDEAB is #202154. Grayscale: #D8D8D8. Windows color (decimal): -2105685 or 11263711. OLE color: 11263711.

HSL color Cylindrical-coordinate representation of color #DFDEAB: hue angle of 58.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFDEAB is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB223222171-
CMYK00.000.230.13
HSL58.85º44.83%77.25%-
HSV(B)58.85º23.32%87.45%-
XYZ63.970.8748.84-
YUV216.48102.33132.65-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.20%
GREEN value IS 222 (87.11% from 255) = 36.04%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=36.20%
G=36.04%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322217100.000.230.1358.8544.8377.25
HexDFDEAB0017D3b2d4d
Octal3373362530027157355115
Binary110111111101111010101011001011111011110111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDEAB; }

 p { color: rgb(223,222,171); }

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

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

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

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

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

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

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