#DDDBB2

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

Shades of Tusk #DDDBB2

Tints of Tusk #DDDBB2

Color information

#DDDBB2 (or 0xDDDBB2) is unknown color: approx Tusk. HEX triplet: DD, DB and B2. RGB value is (221,219,178). Sum of RGB (Red+Green+Blue) = 221+219+178=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBB2 is #22244D. Grayscale: #D7D7D7. Windows color (decimal): -2237518 or 11721693. OLE color: 11721693.

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

Color convert

RGB221219178-
CMYK00.010.190.13
HSL57.21º38.74%78.24%-
HSV(B)57.21º19.46%86.67%-
XYZ63.1969.2552.16-
YUV214.92107.16132.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 178 (69.92% from 255) = 28.80%
R=35.76%
G=35.44%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121917800.010.190.1357.2138.7478.24
HexDDDBB20113D39274e
Octal3353332620123157147116
Binary110111011101101110110010011001111011110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBB2; }

 p { color: rgb(221,219,178); }

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

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

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

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

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

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

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