Shades of Shilo #DDAB9D
Tints of Shilo #DDAB9D
RGB
CMYK
RGB Variations
Color information
#DDAB9D (or 0xDDAB9D) is known color: Shilo. HEX triplet: DD, AB and 9D. RGB value is (221,171,157). Sum of RGB (Red+Green+Blue) = 221+171+157=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 157 (61.72% from 255 or 28.60% from 549); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9D is #225462. Grayscale: #B8B8B8. Windows color (decimal): -2249827 or 10333149. OLE color: 10333149.
HSL color Cylindrical-coordinate representation of color #DDAB9D: hue angle of 13.12º degrees, saturation: 0.48, 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 #DDAB9D is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 171 | 157 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.13 |
| HSL | 13.13º | 0.48% | 0.74% | - |
| HSV(B) | 13.13º | 0.29% | 0.87% | - |
| XYZ | 50.47 | 46.93 | 38.3 | - |
| YUV | 184.35 | 112.57 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 171 | 157 | 0 | 0.23 | 0.29 | 0.13 | 13.13 | 0.48 | 0.74 |
| Hex | DD | AB | 9D | 0 | 17 | 1D | D | D | 30 | 4A |
| Octal | 335 | 253 | 235 | 0 | 27 | 35 | 15 | 15 | 60 | 112 |
| Binary | 11011101 | 10101011 | 10011101 | 0 | 10111 | 11101 | 1101 | 1101 | 110000 | 1001010 |
Color Harmonies of #DDAB9D
Complementary color
Monochromatic Colors of #DDAB9D
Black with #DDAB9D
Text Example
Text Example
White with #DDAB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB9D; }
p { color: rgb(221,171,157); }
H1.HeaderClassName
{
color: #DDAB9D;
}
.AnyTagClassName
{
color: #DDAB9D;
}
</style>
background-color css
<style>
a { background-color: #DDAB9D; }
a { background-color: rgb(221,171,157); }
div.DivClassName
{
background-color: #DDAB9D;
}
.BgClassName
{
background-color: #DDAB9D;
}
</style>
border-color css
<style>
span { border-color: #DDAB9D; }
span { border-color: rgb(221,171,157); }
td.TdClassName
{
border-color: #DDAB9D;
}
.TagClassName
{
border-color: #DDAB9D;
}
</style>