#DDAB9D

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

Shades of Shilo #DDAB9D

Tints of Shilo #DDAB9D

Color information

#DDAB9D (or 0xDDAB9D) is unknown color: approx Shilo. HEX triplet: DD, AB and 9D. RGB value is (221,171,157). Sum of RGB (Red+Green+Blue) = 221+171+157=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9D is #225462. Grayscale: #B8B8B8. Windows color (decimal): -2249827 or 10333149. OLE color: 10333149.

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

Color convert

RGB221171157-
CMYK00.230.290.13
HSL13.13º48.48%74.12%-
HSV(B)13.13º28.96%86.67%-
XYZ50.4746.9338.3-
YUV184.35112.56154.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.26%
GREEN value IS 171 (67.19% from 255) = 31.15%
BLUE value IS 157 (61.72% from 255) = 28.60%
R=40.26%
G=31.15%
B=28.60%

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
Decimal22117115700.230.290.1313.1348.4874.12
HexDDAB9D0171DDd304a
Octal33525323502735151560112
Binary11011101101010111001110101011111101110111011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB9D; }

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

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

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

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

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

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

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

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