Shades of Shilo #DDB09D
Tints of Shilo #DDB09D
RGB
CMYK
RGB Variations
Color information
#DDB09D (or 0xDDB09D) is known color: Shilo. HEX triplet: DD, B0 and 9D. RGB value is (221,176,157). Sum of RGB (Red+Green+Blue) = 221+176+157=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 157 (61.72% from 255 or 28.34% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB09D is #224F62. Grayscale: #BBBBBB. Windows color (decimal): -2248547 or 10334429. OLE color: 10334429.
HSL color Cylindrical-coordinate representation of color #DDB09D: hue angle of 17.81º 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 #DDB09D is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 157 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.13 |
| HSL | 17.81º | 0.48% | 0.74% | - |
| HSV(B) | 17.81º | 0.29% | 0.87% | - |
| XYZ | 51.43 | 48.86 | 38.62 | - |
| YUV | 187.29 | 110.91 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 157 | 0 | 0.20 | 0.29 | 0.13 | 17.81 | 0.48 | 0.74 |
| Hex | DD | B0 | 9D | 0 | 14 | 1D | D | 12 | 30 | 4A |
| Octal | 335 | 260 | 235 | 0 | 24 | 35 | 15 | 22 | 60 | 112 |
| Binary | 11011101 | 10110000 | 10011101 | 0 | 10100 | 11101 | 1101 | 10010 | 110000 | 1001010 |
Color Harmonies of #DDB09D
Complementary color
Monochromatic Colors of #DDB09D
Black with #DDB09D
Text Example
Text Example
White with #DDB09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB09D; }
p { color: rgb(221,176,157); }
H1.HeaderClassName
{
color: #DDB09D;
}
.AnyTagClassName
{
color: #DDB09D;
}
</style>
background-color css
<style>
a { background-color: #DDB09D; }
a { background-color: rgb(221,176,157); }
div.DivClassName
{
background-color: #DDB09D;
}
.BgClassName
{
background-color: #DDB09D;
}
</style>
border-color css
<style>
span { border-color: #DDB09D; }
span { border-color: rgb(221,176,157); }
td.TdClassName
{
border-color: #DDB09D;
}
.TagClassName
{
border-color: #DDB09D;
}
</style>