#DDAB9F

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

Shades of Shilo #DDAB9F

Tints of Shilo #DDAB9F

Color information

#DDAB9F (or 0xDDAB9F) is unknown color: approx Shilo. HEX triplet: DD, AB and 9F. RGB value is (221,171,159). Sum of RGB (Red+Green+Blue) = 221+171+159=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 171 (67.19% from 255 or 31.03% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9F is #225460. Grayscale: #B8B8B8. Windows color (decimal): -2249825 or 10464221. OLE color: 10464221.

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

Color convert

RGB221171159-
CMYK00.230.280.13
HSL11.61º47.69%74.51%-
HSV(B)11.61º28.05%86.67%-
XYZ50.644739.2-
YUV184.58113.56153.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.11%
GREEN value IS 171 (67.19% from 255) = 31.03%
BLUE value IS 159 (62.5% from 255) = 28.86%
R=40.11%
G=31.03%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117115900.230.280.1311.6147.6974.51
HexDDAB9F0171CDc304b
Octal33525323702734151460113
Binary11011101101010111001111101011111100110111001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAB9F; }

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

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

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

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

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

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

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

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