#DDABA2

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

Shades of Shilo #DDABA2

Tints of Shilo #DDABA2

Color information

#DDABA2 (or 0xDDABA2) is unknown color: approx Shilo. HEX triplet: DD, AB and A2. RGB value is (221,171,162). Sum of RGB (Red+Green+Blue) = 221+171+162=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABA2 is #22545D. Grayscale: #B9B9B9. Windows color (decimal): -2249822 or 10660829. OLE color: 10660829.

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

Color convert

RGB221171162-
CMYK00.230.270.13
HSL9.15º46.46%75.1%-
HSV(B)9.15º26.7%86.67%-
XYZ50.947.1140.59-
YUV184.92115.06153.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.89%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 162 (63.67% from 255) = 29.24%
R=39.89%
G=30.87%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117116200.230.270.139.1546.4675.1
HexDDABA20171BD92e4b
Octal33525324202733151156113
Binary11011101101010111010001001011111011110110011011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABA2; }

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

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

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

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

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

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

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

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