#DDDBB3

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

Shades of Tusk #DDDBB3

Tints of Tusk #DDDBB3

Color information

#DDDBB3 (or 0xDDDBB3) is unknown color: approx Tusk. HEX triplet: DD, DB and B3. RGB value is (221,219,179). Sum of RGB (Red+Green+Blue) = 221+219+179=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 179 (70.31% from 255 or 28.92% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBB3 is #22244C. Grayscale: #D7D7D7. Windows color (decimal): -2237517 or 11787229. OLE color: 11787229.

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

Color convert

RGB221219179-
CMYK00.010.190.13
HSL57.14º38.18%78.43%-
HSV(B)57.14º19%86.67%-
XYZ63.2969.2952.69-
YUV215.04107.66132.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 179 (70.31% from 255) = 28.92%
R=35.70%
G=35.38%
B=28.92%

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
Decimal22121917900.010.190.1357.1438.1878.43
HexDDDBB30113D39264e
Octal3353332630123157146116
Binary110111011101101110110011011001111011110011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDBB3; }

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

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

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

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

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

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

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

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