#DDDDAE

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

Shades of Tusk #DDDDAE

Tints of Tusk #DDDDAE

Color information

#DDDDAE (or 0xDDDDAE) is unknown color: approx Tusk. HEX triplet: DD, DD and AE. RGB value is (221,221,174). Sum of RGB (Red+Green+Blue) = 221+221+174=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 174 (68.36% from 255 or 28.25% from 616); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDAE is #222251. Grayscale: #D7D7D7. Windows color (decimal): -2237010 or 11460061. OLE color: 11460061.

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

Color convert

RGB221221174-
CMYK000.210.13
HSL60º40.87%77.45%-
HSV(B)60º21.27%86.67%-
XYZ63.3270.1450.25-
YUV215.64104.5131.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 221 (86.72% from 255) = 35.88%
BLUE value IS 174 (68.36% from 255) = 28.25%
R=35.88%
G=35.88%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221174000.210.136040.8777.45
HexDDDDAE0015D3c294d
Octal3353352560025157451115
Binary110111011101110110101110001010111011111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDAE; }

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

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

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

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

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

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

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

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