Shades of Shilo #DDAB9E
Tints of Shilo #DDAB9E
RGB
CMYK
RGB Variations
Color information
#DDAB9E (or 0xDDAB9E) is known color: Shilo. HEX triplet: DD, AB and 9E. RGB value is (221,171,158). Sum of RGB (Red+Green+Blue) = 221+171+158=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 158 (62.11% from 255 or 28.73% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAB9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAB9E is #225461. Grayscale: #B8B8B8. Windows color (decimal): -2249826 or 10398685. OLE color: 10398685.
HSL color Cylindrical-coordinate representation of color #DDAB9E: hue angle of 12.38º 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 #DDAB9E is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 171 | 158 | - |
CMYK | 0 | 0.23 | 0.29 | 0.13 |
HSL | 12.38º | 0.48% | 0.74% | - |
HSV(B) | 12.38º | 0.29% | 0.87% | - |
XYZ | 50.55 | 46.97 | 38.75 | - |
YUV | 184.47 | 113.07 | 154.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 171 | 158 | 0 | 0.23 | 0.29 | 0.13 | 12.38 | 0.48 | 0.74 |
Hex | DD | AB | 9E | 0 | 17 | 1D | D | C | 30 | 4A |
Octal | 335 | 253 | 236 | 0 | 27 | 35 | 15 | 14 | 60 | 112 |
Binary | 11011101 | 10101011 | 10011110 | 0 | 10111 | 11101 | 1101 | 1100 | 110000 | 1001010 |
Color Harmonies of #DDAB9E
Complementary color
Monochromatic Colors of #DDAB9E
Black with #DDAB9E
Text Example
Text Example
White with #DDAB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDAB9E; }
p { color: rgb(221,171,158); }
H1.HeaderClassName
{
color: #DDAB9E;
}
.AnyTagClassName
{
color: #DDAB9E;
}
</style>
background-color css
<style>
a { background-color: #DDAB9E; }
a { background-color: rgb(221,171,158); }
div.DivClassName
{
background-color: #DDAB9E;
}
.BgClassName
{
background-color: #DDAB9E;
}
</style>
border-color css
<style>
span { border-color: #DDAB9E; }
span { border-color: rgb(221,171,158); }
td.TdClassName
{
border-color: #DDAB9E;
}
.TagClassName
{
border-color: #DDAB9E;
}
</style>