#DDACA6

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

Shades of Shilo #DDACA6

Tints of Shilo #DDACA6

Color information

#DDACA6 (or 0xDDACA6) is unknown color: approx Shilo. HEX triplet: DD, AC and A6. RGB value is (221,172,166). Sum of RGB (Red+Green+Blue) = 221+172+166=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDACA6 is #225359. Grayscale: #BABABA. Windows color (decimal): -2249562 or 10923229. OLE color: 10923229.

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

Color convert

RGB221172166-
CMYK00.220.250.13
HSL6.55º44.72%75.88%-
HSV(B)6.55º24.89%86.67%-
XYZ51.4547.6342.56-
YUV185.97116.73152.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.53%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 166 (65.23% from 255) = 29.70%
R=39.53%
G=30.77%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117216600.220.250.136.5544.7275.88
HexDDACA601619D72d4c
Octal3352542460263115755114
Binary1101110110101100101001100101101100111011111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACA6; }

 p { color: rgb(221,172,166); }

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

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

 a { background-color: rgb(221,172,166); }

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

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

 span { border-color: rgb(221,172,166); }

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