#DDDDB7

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

Shades of Tusk #DDDDB7

Tints of Tusk #DDDDB7

Color information

#DDDDB7 (or 0xDDDDB7) is unknown color: approx Tusk. HEX triplet: DD, DD and B7. RGB value is (221,221,183). Sum of RGB (Red+Green+Blue) = 221+221+183=625 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.36% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDB7 is #222248. Grayscale: #D8D8D8. Windows color (decimal): -2237001 or 12049885. OLE color: 12049885.

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

Color convert

RGB221221183-
CMYK000.170.13
HSL60º35.85%79.22%-
HSV(B)60º17.19%86.67%-
XYZ64.2270.555.02-
YUV216.67109131.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.36%
GREEN value IS 221 (86.72% from 255) = 35.36%
BLUE value IS 183 (71.88% from 255) = 29.28%
R=35.36%
G=35.36%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221183000.170.136035.8579.22
HexDDDDB70011D3c244f
Octal3353352670021157444117
Binary110111011101110110110111001000111011111001001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDB7; }

 p { color: rgb(221,221,183); }

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

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

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

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

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

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

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