Shades of Shilo #DDABA1
Tints of Shilo #DDABA1
RGB
CMYK
RGB Variations
Color information
#DDABA1 (or 0xDDABA1) is known color: Shilo. HEX triplet: DD, AB and A1. RGB value is (221,171,161). Sum of RGB (Red+Green+Blue) = 221+171+161=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDABA1 is #22545E. Grayscale: #B8B8B8. Windows color (decimal): -2249823 or 10595293. OLE color: 10595293.
HSL color Cylindrical-coordinate representation of color #DDABA1: hue angle of 10º degrees, saturation: 0.47, 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 #DDABA1 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 161 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.13 |
| HSL | 10º | 0.47% | 0.75% | - |
| HSV(B) | 10º | 0.27% | 0.87% | - |
| XYZ | 50.81 | 47.07 | 40.13 | - |
| YUV | 184.81 | 114.57 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 161 | 0 | 0.23 | 0.27 | 0.13 | 10 | 0.47 | 0.75 |
| Hex | DD | AB | A1 | 0 | 17 | 1B | D | A | 2F | 4B |
| Octal | 335 | 253 | 241 | 0 | 27 | 33 | 15 | 12 | 57 | 113 |
| Binary | 11011101 | 10101011 | 10100001 | 0 | 10111 | 11011 | 1101 | 1010 | 101111 | 1001011 |
Color Harmonies of #DDABA1
Complementary color
Monochromatic Colors of #DDABA1
Black with #DDABA1
Text Example
Text Example
White with #DDABA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDABA1; }
p { color: rgb(221,171,161); }
H1.HeaderClassName
{
color: #DDABA1;
}
.AnyTagClassName
{
color: #DDABA1;
}
</style>
background-color css
<style>
a { background-color: #DDABA1; }
a { background-color: rgb(221,171,161); }
div.DivClassName
{
background-color: #DDABA1;
}
.BgClassName
{
background-color: #DDABA1;
}
</style>
border-color css
<style>
span { border-color: #DDABA1; }
span { border-color: rgb(221,171,161); }
td.TdClassName
{
border-color: #DDABA1;
}
.TagClassName
{
border-color: #DDABA1;
}
</style>