Shades of Cold Turkey #D1BBB9
Tints of Cold Turkey #D1BBB9
RGB
CMYK
RGB Variations
Color information
#D1BBB9 (or 0xD1BBB9) is known color: Cold Turkey. HEX triplet: D1, BB and B9. RGB value is (209,187,185). Sum of RGB (Red+Green+Blue) = 209+187+185=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBB9 is #2E4446. Grayscale: #C1C1C1. Windows color (decimal): -3032135 or 12172241. OLE color: 12172241.
HSL color Cylindrical-coordinate representation of color #D1BBB9: hue angle of 5º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBB9 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 185 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.18 |
| HSL | 5º | 0.21% | 0.77% | - |
| HSV(B) | 5º | 0.11% | 0.82% | - |
| XYZ | 52.82 | 52.6 | 53.27 | - |
| YUV | 193.35 | 123.29 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 185 | 0 | 0.11 | 0.11 | 0.18 | 5 | 0.21 | 0.77 |
| Hex | D1 | BB | B9 | 0 | B | B | 12 | 5 | 15 | 4D |
| Octal | 321 | 273 | 271 | 0 | 13 | 13 | 22 | 5 | 25 | 115 |
| Binary | 11010001 | 10111011 | 10111001 | 0 | 1011 | 1011 | 10010 | 101 | 10101 | 1001101 |
Color Harmonies of #D1BBB9
Complementary color
Monochromatic Colors of #D1BBB9
Black with #D1BBB9
Text Example
Text Example
White with #D1BBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBB9; }
p { color: rgb(209,187,185); }
H1.HeaderClassName
{
color: #D1BBB9;
}
.AnyTagClassName
{
color: #D1BBB9;
}
</style>
background-color css
<style>
a { background-color: #D1BBB9; }
a { background-color: rgb(209,187,185); }
div.DivClassName
{
background-color: #D1BBB9;
}
.BgClassName
{
background-color: #D1BBB9;
}
</style>
border-color css
<style>
span { border-color: #D1BBB9; }
span { border-color: rgb(209,187,185); }
td.TdClassName
{
border-color: #D1BBB9;
}
.TagClassName
{
border-color: #D1BBB9;
}
</style>