#DDAAA2

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

Shades of Shilo #DDAAA2

Tints of Shilo #DDAAA2

Color information

#DDAAA2 (or 0xDDAAA2) is unknown color: approx Shilo. HEX triplet: DD, AA and A2. RGB value is (221,170,162). Sum of RGB (Red+Green+Blue) = 221+170+162=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAA2 is #22555D. Grayscale: #B8B8B8. Windows color (decimal): -2250078 or 10660573. OLE color: 10660573.

HSL color Cylindrical-coordinate representation of color #DDAAA2: hue angle of 8.14º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDAAA2 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221170162-
CMYK00.230.270.13
HSL8.14º46.46%75.1%-
HSV(B)8.14º26.7%86.67%-
XYZ50.7246.7340.53-
YUV184.34115.4154.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.96%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 162 (63.67% from 255) = 29.29%
R=39.96%
G=30.74%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117016200.230.270.138.1446.4675.1
HexDDAAA20171BD82e4b
Octal33525224202733151056113
Binary11011101101010101010001001011111011110110001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAA2; }

 p { color: rgb(221,170,162); }

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

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

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

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

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

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

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