#DFDDB6

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

Shades of Tusk #DFDDB6

Tints of Tusk #DFDDB6

Color information

#DFDDB6 (or 0xDFDDB6) is unknown color: approx Tusk. HEX triplet: DF, DD and B6. RGB value is (223,221,182). Sum of RGB (Red+Green+Blue) = 223+221+182=626 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.62% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDDB6 is #202249. Grayscale: #D9D9D9. Windows color (decimal): -2105930 or 11984351. OLE color: 11984351.

HSL color Cylindrical-coordinate representation of color #DFDDB6: hue angle of 57.07º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFDDB6 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB223221182-
CMYK00.010.180.13
HSL57.07º39.05%79.41%-
HSV(B)57.07º18.39%87.45%-
XYZ64.7370.7854.51-
YUV217.15108.16132.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.62%
GREEN value IS 221 (86.72% from 255) = 35.30%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=35.62%
G=35.30%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322118200.010.180.1357.0739.0579.41
HexDFDDB60112D39274f
Octal3373352660122157147117
Binary110111111101110110110110011001011011110011001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDDB6; }

 p { color: rgb(223,221,182); }

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

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

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

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

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

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

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