Shades of Shilo #DDAC9C
Tints of Shilo #DDAC9C
RGB
CMYK
RGB Variations
Color information
#DDAC9C (or 0xDDAC9C) is known color: Shilo. HEX triplet: DD, AC and 9C. RGB value is (221,172,156). Sum of RGB (Red+Green+Blue) = 221+172+156=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAC9C is #225363. Grayscale: #B8B8B8. Windows color (decimal): -2249572 or 10267869. OLE color: 10267869.
HSL color Cylindrical-coordinate representation of color #DDAC9C: hue angle of 14.77º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDAC9C is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 172 | 156 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.13 |
| HSL | 14.77º | 0.49% | 0.74% | - |
| HSV(B) | 14.77º | 0.29% | 0.87% | - |
| XYZ | 50.57 | 47.28 | 37.91 | - |
| YUV | 184.83 | 111.73 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 172 | 156 | 0 | 0.22 | 0.29 | 0.13 | 14.77 | 0.49 | 0.74 |
| Hex | DD | AC | 9C | 0 | 16 | 1D | D | F | 31 | 4A |
| Octal | 335 | 254 | 234 | 0 | 26 | 35 | 15 | 17 | 61 | 112 |
| Binary | 11011101 | 10101100 | 10011100 | 0 | 10110 | 11101 | 1101 | 1111 | 110001 | 1001010 |
Color Harmonies of #DDAC9C
Complementary color
Monochromatic Colors of #DDAC9C
Black with #DDAC9C
Text Example
Text Example
White with #DDAC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAC9C; }
p { color: rgb(221,172,156); }
H1.HeaderClassName
{
color: #DDAC9C;
}
.AnyTagClassName
{
color: #DDAC9C;
}
</style>
background-color css
<style>
a { background-color: #DDAC9C; }
a { background-color: rgb(221,172,156); }
div.DivClassName
{
background-color: #DDAC9C;
}
.BgClassName
{
background-color: #DDAC9C;
}
</style>
border-color css
<style>
span { border-color: #DDAC9C; }
span { border-color: rgb(221,172,156); }
td.TdClassName
{
border-color: #DDAC9C;
}
.TagClassName
{
border-color: #DDAC9C;
}
</style>