Shades of Shilo #DDB09C
Tints of Shilo #DDB09C
RGB
CMYK
RGB Variations
Color information
#DDB09C (or 0xDDB09C) is known color: Shilo. HEX triplet: DD, B0 and 9C. RGB value is (221,176,156). Sum of RGB (Red+Green+Blue) = 221+176+156=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB09C is #224F63. Grayscale: #BBBBBB. Windows color (decimal): -2248548 or 10268893. OLE color: 10268893.
HSL color Cylindrical-coordinate representation of color #DDB09C: hue angle of 18.46º 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 #DDB09C is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 156 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.13 |
| HSL | 18.46º | 0.49% | 0.74% | - |
| HSV(B) | 18.46º | 0.29% | 0.87% | - |
| XYZ | 51.34 | 48.82 | 38.17 | - |
| YUV | 187.18 | 110.41 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 156 | 0 | 0.20 | 0.29 | 0.13 | 18.46 | 0.49 | 0.74 |
| Hex | DD | B0 | 9C | 0 | 14 | 1D | D | 12 | 31 | 4A |
| Octal | 335 | 260 | 234 | 0 | 24 | 35 | 15 | 22 | 61 | 112 |
| Binary | 11011101 | 10110000 | 10011100 | 0 | 10100 | 11101 | 1101 | 10010 | 110001 | 1001010 |
Color Harmonies of #DDB09C
Complementary color
Monochromatic Colors of #DDB09C
Black with #DDB09C
Text Example
Text Example
White with #DDB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB09C; }
p { color: rgb(221,176,156); }
H1.HeaderClassName
{
color: #DDB09C;
}
.AnyTagClassName
{
color: #DDB09C;
}
</style>
background-color css
<style>
a { background-color: #DDB09C; }
a { background-color: rgb(221,176,156); }
div.DivClassName
{
background-color: #DDB09C;
}
.BgClassName
{
background-color: #DDB09C;
}
</style>
border-color css
<style>
span { border-color: #DDB09C; }
span { border-color: rgb(221,176,156); }
td.TdClassName
{
border-color: #DDB09C;
}
.TagClassName
{
border-color: #DDB09C;
}
</style>