Shades of Cold Turkey #D1B9B9
Tints of Cold Turkey #D1B9B9
RGB
CMYK
RGB Variations
Color information
#D1B9B9 (or 0xD1B9B9) is known color: Cold Turkey. HEX triplet: D1, B9 and B9. RGB value is (209,185,185). Sum of RGB (Red+Green+Blue) = 209+185+185=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 185 (72.66% from 255 or 31.95% from 579); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B9B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B9B9 is #2E4646. Grayscale: #C0C0C0. Windows color (decimal): -3032647 or 12171729. OLE color: 12171729.
HSL color Cylindrical-coordinate representation of color #D1B9B9: hue angle of 0º 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 #D1B9B9 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 185 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.18 |
| HSL | 0º | 0.21% | 0.77% | - |
| HSV(B) | 0º | 0.11% | 0.82% | - |
| XYZ | 52.4 | 51.76 | 53.13 | - |
| YUV | 192.18 | 123.95 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 185 | 0 | 0.11 | 0.11 | 0.18 | 0 | 0.21 | 0.77 |
| Hex | D1 | B9 | B9 | 0 | B | B | 12 | 0 | 15 | 4D |
| Octal | 321 | 271 | 271 | 0 | 13 | 13 | 22 | 0 | 25 | 115 |
| Binary | 11010001 | 10111001 | 10111001 | 0 | 1011 | 1011 | 10010 | 0 | 10101 | 1001101 |
Color Harmonies of #D1B9B9
Complementary color
Monochromatic Colors of #D1B9B9
Black with #D1B9B9
Text Example
Text Example
White with #D1B9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B9B9; }
p { color: rgb(209,185,185); }
H1.HeaderClassName
{
color: #D1B9B9;
}
.AnyTagClassName
{
color: #D1B9B9;
}
</style>
background-color css
<style>
a { background-color: #D1B9B9; }
a { background-color: rgb(209,185,185); }
div.DivClassName
{
background-color: #D1B9B9;
}
.BgClassName
{
background-color: #D1B9B9;
}
</style>
border-color css
<style>
span { border-color: #D1B9B9; }
span { border-color: rgb(209,185,185); }
td.TdClassName
{
border-color: #D1B9B9;
}
.TagClassName
{
border-color: #D1B9B9;
}
</style>