#DEDDB6

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

Shades of Tusk #DEDDB6

Tints of Tusk #DEDDB6

Color information

#DEDDB6 (or 0xDEDDB6) is unknown color: approx Tusk. HEX triplet: DE, DD and B6. RGB value is (222,221,182). Sum of RGB (Red+Green+Blue) = 222+221+182=625 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.52% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDB6 is #212249. Grayscale: #D9D9D9. Windows color (decimal): -2171466 or 11984350. OLE color: 11984350.

HSL color Cylindrical-coordinate representation of color #DEDDB6: hue angle of 58.5º degrees, saturation: 0.38, 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 #DEDDB6 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222221182-
CMYK00.000.180.13
HSL58.5º37.74%79.22%-
HSV(B)58.5º18.02%87.06%-
XYZ64.4270.6254.49-
YUV216.85108.33131.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.52%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 182 (71.48% from 255) = 29.12%
R=35.52%
G=35.36%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222118200.000.180.1358.537.7479.22
HexDEDDB60012D3a264f
Octal3363352660022157246117
Binary110111101101110110110110001001011011110101001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDB6; }

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

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

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

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

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

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

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

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