#DDAB9E

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

Shades of Shilo #DDAB9E

Tints of Shilo #DDAB9E

Color information

#DDAB9E (or 0xDDAB9E) is unknown color: approx Shilo. HEX triplet: DD, AB and 9E. RGB value is (221,171,158). Sum of RGB (Red+Green+Blue) = 221+171+158=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9E is #225461. Grayscale: #B8B8B8. Windows color (decimal): -2249826 or 10398685. OLE color: 10398685.

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

Color convert

RGB221171158-
CMYK00.230.290.13
HSL12.38º48.09%74.31%-
HSV(B)12.38º28.51%86.67%-
XYZ50.5546.9738.75-
YUV184.47113.06154.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.18%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 158 (62.11% from 255) = 28.73%
R=40.18%
G=31.09%
B=28.73%

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
Decimal22117115800.230.290.1312.3848.0974.31
HexDDAB9E0171DDc304a
Octal33525323602735151460112
Binary11011101101010111001111001011111101110111001100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB9E; }

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

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

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

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

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

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

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

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