#DDDDB4

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

Shades of Tusk #DDDDB4

Tints of Tusk #DDDDB4

Color information

#DDDDB4 (or 0xDDDDB4) is unknown color: approx Tusk. HEX triplet: DD, DD and B4. RGB value is (221,221,180). Sum of RGB (Red+Green+Blue) = 221+221+180=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDB4 is #22224B. Grayscale: #D8D8D8. Windows color (decimal): -2237004 or 11853277. OLE color: 11853277.

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

Color convert

RGB221221180-
CMYK000.190.13
HSL60º37.61%78.63%-
HSV(B)60º18.55%86.67%-
XYZ63.9170.3853.4-
YUV216.33107.5131.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=35.53%
G=35.53%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221180000.190.136037.6178.63
HexDDDDB40013D3c264f
Octal3353352640023157446117
Binary110111011101110110110100001001111011111001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDB4; }

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

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

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

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

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

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

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

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