#DDABA7

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

Shades of Shilo #DDABA7

Tints of Shilo #DDABA7

Color information

#DDABA7 (or 0xDDABA7) is unknown color: approx Shilo. HEX triplet: DD, AB and A7. RGB value is (221,171,167). Sum of RGB (Red+Green+Blue) = 221+171+167=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 171 (67.19% from 255 or 30.59% from 559); Blue value is 167 (65.62% from 255 or 29.87% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABA7 is #225458. Grayscale: #B9B9B9. Windows color (decimal): -2249817 or 10988509. OLE color: 10988509.

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

Color convert

RGB221171167-
CMYK00.230.240.13
HSL4.44º44.26%76.08%-
HSV(B)4.44º24.43%86.67%-
XYZ51.3647.2942.98-
YUV185.49117.56153.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 171 (67.19% from 255) = 30.59%
BLUE value IS 167 (65.62% from 255) = 29.87%
R=39.53%
G=30.59%
B=29.87%

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
Decimal22117116700.230.240.134.4444.2676.08
HexDDABA701718D42c4c
Octal3352532470273015454114
Binary1101110110101011101001110101111100011011001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABA7; }

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

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

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

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

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

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

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

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