#DDAAA8

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

Shades of Shilo #DDAAA8

Tints of Shilo #DDAAA8

Color information

#DDAAA8 (or 0xDDAAA8) is unknown color: approx Shilo. HEX triplet: DD, AA and A8. RGB value is (221,170,168). Sum of RGB (Red+Green+Blue) = 221+170+168=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 170 (66.80% from 255 or 30.41% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAA8 is #225557. Grayscale: #B9B9B9. Windows color (decimal): -2250072 or 11053789. OLE color: 11053789.

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

Color convert

RGB221170168-
CMYK00.230.240.13
HSL2.26º43.8%76.27%-
HSV(B)2.26º23.98%86.67%-
XYZ51.2646.9543.41-
YUV185.02118.4153.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 170 (66.80% from 255) = 30.41%
BLUE value IS 168 (66.02% from 255) = 30.05%
R=39.53%
G=30.41%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117016800.230.240.132.2643.876.27
HexDDAAA801718D22c4c
Octal3352522500273015254114
Binary110111011010101010101000010111110001101101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAA8; }

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

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

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

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

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

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

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

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