#DDDDAD

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

Shades of Tusk #DDDDAD

Tints of Tusk #DDDDAD

Color information

#DDDDAD (or 0xDDDDAD) is unknown color: approx Tusk. HEX triplet: DD, DD and AD. RGB value is (221,221,173). Sum of RGB (Red+Green+Blue) = 221+221+173=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 173 (67.97% from 255 or 28.13% from 615); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDAD is #222252. Grayscale: #D7D7D7. Windows color (decimal): -2237011 or 11394525. OLE color: 11394525.

HSL color Cylindrical-coordinate representation of color #DDDDAD: 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.22%. Process color model (Four color, CMYK) of #DDDDAD is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB221221173-
CMYK000.220.13
HSL60º41.38%77.25%-
HSV(B)60º21.72%86.67%-
XYZ63.2270.149.73-
YUV215.53104131.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 221 (86.72% from 255) = 35.93%
BLUE value IS 173 (67.97% from 255) = 28.13%
R=35.93%
G=35.93%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221173000.220.136041.3877.25
HexDDDDAD0016D3c294d
Octal3353352550026157451115
Binary110111011101110110101101001011011011111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDDAD; }

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

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

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

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

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

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

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

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