Shades of Cold Turkey #D0BDBB
Tints of Cold Turkey #D0BDBB
RGB
CMYK
RGB Variations
Color information
#D0BDBB (or 0xD0BDBB) is known color: Cold Turkey. HEX triplet: D0, BD and BB. RGB value is (208,189,187). Sum of RGB (Red+Green+Blue) = 208+189+187=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BDBB is #2F4244. Grayscale: #C2C2C2. Windows color (decimal): -3097157 or 12303824. OLE color: 12303824.
HSL color Cylindrical-coordinate representation of color #D0BDBB: hue angle of 5.71º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BDBB is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 189 | 187 | - |
| CMYK | 0 | 0.09 | 0.10 | 0.18 |
| HSL | 5.71º | 0.18% | 0.77% | - |
| HSV(B) | 5.71º | 0.1% | 0.82% | - |
| XYZ | 53.18 | 53.39 | 54.52 | - |
| YUV | 194.45 | 123.79 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 189 | 187 | 0 | 0.09 | 0.10 | 0.18 | 5.71 | 0.18 | 0.77 |
| Hex | D0 | BD | BB | 0 | 9 | A | 12 | 6 | 12 | 4D |
| Octal | 320 | 275 | 273 | 0 | 11 | 12 | 22 | 6 | 22 | 115 |
| Binary | 11010000 | 10111101 | 10111011 | 0 | 1001 | 1010 | 10010 | 110 | 10010 | 1001101 |
Color Harmonies of #D0BDBB
Complementary color
Monochromatic Colors of #D0BDBB
Black with #D0BDBB
Text Example
Text Example
White with #D0BDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BDBB; }
p { color: rgb(208,189,187); }
H1.HeaderClassName
{
color: #D0BDBB;
}
.AnyTagClassName
{
color: #D0BDBB;
}
</style>
background-color css
<style>
a { background-color: #D0BDBB; }
a { background-color: rgb(208,189,187); }
div.DivClassName
{
background-color: #D0BDBB;
}
.BgClassName
{
background-color: #D0BDBB;
}
</style>
border-color css
<style>
span { border-color: #D0BDBB; }
span { border-color: rgb(208,189,187); }
td.TdClassName
{
border-color: #D0BDBB;
}
.TagClassName
{
border-color: #D0BDBB;
}
</style>