#DDABA9

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

Shades of Shilo #DDABA9

Tints of Shilo #DDABA9

Color information

#DDABA9 (or 0xDDABA9) is unknown color: approx Shilo. HEX triplet: DD, AB and A9. RGB value is (221,171,169). Sum of RGB (Red+Green+Blue) = 221+171+169=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABA9 is #225456. Grayscale: #B9B9B9. Windows color (decimal): -2249815 or 11119581. OLE color: 11119581.

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

Color convert

RGB221171169-
CMYK00.230.240.13
HSL2.31º43.33%76.47%-
HSV(B)2.31º23.53%86.67%-
XYZ51.5447.3643.96-
YUV185.72118.56153.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.39%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=39.39%
G=30.48%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117116900.230.240.132.3143.3376.47
HexDDABA901718D22b4c
Octal3352532510273015253114
Binary110111011010101110101001010111110001101101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABA9; }

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

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

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

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

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

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

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

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