#DDA99E

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

Shades of Shilo #DDA99E

Tints of Shilo #DDA99E

Color information

#DDA99E (or 0xDDA99E) is unknown color: approx Shilo. HEX triplet: DD, A9 and 9E. RGB value is (221,169,158). Sum of RGB (Red+Green+Blue) = 221+169+158=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA99E is #225661. Grayscale: #B7B7B7. Windows color (decimal): -2250338 or 10398173. OLE color: 10398173.

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

Color convert

RGB221169158-
CMYK00.240.290.13
HSL10.48º48.09%74.31%-
HSV(B)10.48º28.51%86.67%-
XYZ50.1846.2238.62-
YUV183.29113.73154.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.33%
GREEN value IS 169 (66.41% from 255) = 30.84%
BLUE value IS 158 (62.11% from 255) = 28.83%
R=40.33%
G=30.84%
B=28.83%

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
Decimal22116915800.240.290.1310.4848.0974.31
HexDDA99E0181DDa304a
Octal33525123603035151260112
Binary11011101101010011001111001100011101110110101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA99E; }

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

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

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

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

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

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

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

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