#DDA99D

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

Shades of Shilo #DDA99D

Tints of Shilo #DDA99D

Color information

#DDA99D (or 0xDDA99D) is unknown color: approx Shilo. HEX triplet: DD, A9 and 9D. RGB value is (221,169,157). Sum of RGB (Red+Green+Blue) = 221+169+157=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 157 (61.72% from 255 or 28.70% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99D is #225662. Grayscale: #B7B7B7. Windows color (decimal): -2250339 or 10332637. OLE color: 10332637.

HSL color Cylindrical-coordinate representation of color #DDA99D: hue angle of 11.25º 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 #DDA99D is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221169157-
CMYK00.240.290.13
HSL11.25º48.48%74.12%-
HSV(B)11.25º28.96%86.67%-
XYZ50.0946.1838.17-
YUV183.18113.23154.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.40%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 157 (61.72% from 255) = 28.70%
R=40.40%
G=30.90%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116915700.240.290.1311.2548.4874.12
HexDDA99D0181DDb304a
Octal33525123503035151360112
Binary11011101101010011001110101100011101110110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA99D; }

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

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

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

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

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

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

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

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