Shades of Whiskey #D0916B
Tints of Whiskey #D0916B
RGB
CMYK
RGB Variations
Color information
#D0916B (or 0xD0916B) is known color: Whiskey. HEX triplet: D0, 91 and 6B. RGB value is (208,145,107). Sum of RGB (Red+Green+Blue) = 208+145+107=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0916B is #2F6E94. Grayscale: #9F9F9F. Windows color (decimal): -3108501 or 7049680. OLE color: 7049680.
HSL color Cylindrical-coordinate representation of color #D0916B: hue angle of 22.57º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0916B is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 145 | 107 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.18 |
| HSL | 22.57º | 0.52% | 0.62% | - |
| HSV(B) | 22.57º | 0.49% | 0.82% | - |
| XYZ | 38.79 | 34.72 | 18.57 | - |
| YUV | 159.51 | 98.37 | 162.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 145 | 107 | 0 | 0.30 | 0.49 | 0.18 | 22.57 | 0.52 | 0.62 |
| Hex | D0 | 91 | 6B | 0 | 1E | 31 | 12 | 17 | 34 | 3E |
| Octal | 320 | 221 | 153 | 0 | 36 | 61 | 22 | 27 | 64 | 76 |
| Binary | 11010000 | 10010001 | 1101011 | 0 | 11110 | 110001 | 10010 | 10111 | 110100 | 111110 |
Color Harmonies of #D0916B
Complementary color
Monochromatic Colors of #D0916B
Black with #D0916B
Text Example
Text Example
White with #D0916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0916B; }
p { color: rgb(208,145,107); }
H1.HeaderClassName
{
color: #D0916B;
}
.AnyTagClassName
{
color: #D0916B;
}
</style>
background-color css
<style>
a { background-color: #D0916B; }
a { background-color: rgb(208,145,107); }
div.DivClassName
{
background-color: #D0916B;
}
.BgClassName
{
background-color: #D0916B;
}
</style>
border-color css
<style>
span { border-color: #D0916B; }
span { border-color: rgb(208,145,107); }
td.TdClassName
{
border-color: #D0916B;
}
.TagClassName
{
border-color: #D0916B;
}
</style>