#DDAA9D

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

Shades of Shilo #DDAA9D

Tints of Shilo #DDAA9D

Color information

#DDAA9D (or 0xDDAA9D) is unknown color: approx Shilo. HEX triplet: DD, AA and 9D. RGB value is (221,170,157). Sum of RGB (Red+Green+Blue) = 221+170+157=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAA9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAA9D is #225562. Grayscale: #B7B7B7. Windows color (decimal): -2250083 or 10332893. OLE color: 10332893.

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

Color convert

RGB221170157-
CMYK00.230.290.13
HSL12.19º48.48%74.12%-
HSV(B)12.19º28.96%86.67%-
XYZ50.2846.5638.23-
YUV183.77112.9154.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 157 (61.72% from 255) = 28.65%
R=40.33%
G=31.02%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117015700.230.290.1312.1948.4874.12
HexDDAA9D0171DDc304a
Octal33525223502735151460112
Binary11011101101010101001110101011111101110111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAA9D; }

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

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

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

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

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

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

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

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