#DDAEA2

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

Shades of Shilo #DDAEA2

Tints of Shilo #DDAEA2

Color information

#DDAEA2 (or 0xDDAEA2) is unknown color: approx Shilo. HEX triplet: DD, AE and A2. RGB value is (221,174,162). Sum of RGB (Red+Green+Blue) = 221+174+162=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 162 (63.67% from 255 or 29.08% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA2 is #22515D. Grayscale: #BABABA. Windows color (decimal): -2249054 or 10661597. OLE color: 10661597.

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

Color convert

RGB221174162-
CMYK00.210.270.13
HSL12.2º46.46%75.1%-
HSV(B)12.2º26.7%86.67%-
XYZ51.4848.2540.78-
YUV186.68114.07152.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.68%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 162 (63.67% from 255) = 29.08%
R=39.68%
G=31.24%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117416200.210.270.1312.246.4675.1
HexDDAEA20151BDc2e4b
Octal33525624202533151456113
Binary11011101101011101010001001010111011110111001011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEA2; }

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

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

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

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

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

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

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

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