#DDAAA1

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

Shades of Shilo #DDAAA1

Tints of Shilo #DDAAA1

Color information

#DDAAA1 (or 0xDDAAA1) is unknown color: approx Shilo. HEX triplet: DD, AA and A1. RGB value is (221,170,161). Sum of RGB (Red+Green+Blue) = 221+170+161=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 161 (63.28% from 255 or 29.17% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAAA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAAA1 is #22555E. Grayscale: #B8B8B8. Windows color (decimal): -2250079 or 10595037. OLE color: 10595037.

HSL color Cylindrical-coordinate representation of color #DDAAA1: hue angle of 9º degrees, saturation: 0.47, 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 #DDAAA1 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB221170161-
CMYK00.230.270.13
HSL46.88%74.9%-
HSV(B)27.15%86.67%-
XYZ50.6346.6940.06-
YUV184.22114.9154.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.04%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 161 (63.28% from 255) = 29.17%
R=40.04%
G=30.80%
B=29.17%

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
Decimal22117016100.230.270.13946.8874.9
HexDDAAA10171BD92f4b
Octal33525224102733151157113
Binary11011101101010101010000101011111011110110011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAAA1; }

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

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

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

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

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

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

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

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