#DEDDB5

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

Shades of Tusk #DEDDB5

Tints of Tusk #DEDDB5

Color information

#DEDDB5 (or 0xDEDDB5) is unknown color: approx Tusk. HEX triplet: DE, DD and B5. RGB value is (222,221,181). Sum of RGB (Red+Green+Blue) = 222+221+181=624 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.58% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDDB5 is #21224A. Grayscale: #D8D8D8. Windows color (decimal): -2171467 or 11918814. OLE color: 11918814.

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

Color convert

RGB222221181-
CMYK00.000.180.13
HSL58.54º38.32%79.02%-
HSV(B)58.54º18.47%87.06%-
XYZ64.3270.5853.95-
YUV216.74107.83131.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.58%
GREEN value IS 221 (86.72% from 255) = 35.42%
BLUE value IS 181 (71.09% from 255) = 29.01%
R=35.58%
G=35.42%
B=29.01%

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
Decimal22222118100.000.180.1358.5438.3279.02
HexDEDDB50012D3b264f
Octal3363352650022157346117
Binary110111101101110110110101001001011011110111001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDDB5; }

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

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

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

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

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

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

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

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