#DDAEA0

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

Shades of Shilo #DDAEA0

Tints of Shilo #DDAEA0

Color information

#DDAEA0 (or 0xDDAEA0) is unknown color: approx Shilo. HEX triplet: DD, AE and A0. RGB value is (221,174,160). Sum of RGB (Red+Green+Blue) = 221+174+160=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 160 (62.89% from 255 or 28.83% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAEA0 is #22515F. Grayscale: #BABABA. Windows color (decimal): -2249056 or 10530525. OLE color: 10530525.

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

Color convert

RGB221174160-
CMYK00.210.280.13
HSL13.77º47.29%74.71%-
HSV(B)13.77º27.6%86.67%-
XYZ51.348.1839.85-
YUV186.46113.07152.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 160 (62.89% from 255) = 28.83%
R=39.82%
G=31.35%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117416000.210.280.1313.7747.2974.71
HexDDAEA00151CDe2f4b
Octal33525624002534151657113
Binary11011101101011101010000001010111100110111101011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEA0; }

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

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

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

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

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

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

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

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