Shades of Whiskey #D0926B
Tints of Whiskey #D0926B
RGB
CMYK
RGB Variations
Color information
#D0926B (or 0xD0926B) is known color: Whiskey. HEX triplet: D0, 92 and 6B. RGB value is (208,146,107). Sum of RGB (Red+Green+Blue) = 208+146+107=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 146 (57.42% from 255 or 31.67% from 461); Blue value is 107 (42.19% from 255 or 23.21% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0926B is #2F6D94. Grayscale: #A0A0A0. Windows color (decimal): -3108245 or 7049936. OLE color: 7049936.
HSL color Cylindrical-coordinate representation of color #D0926B: hue angle of 23.17º 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 #D0926B is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 107 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.18 |
| HSL | 23.17º | 0.52% | 0.62% | - |
| HSV(B) | 23.17º | 0.49% | 0.82% | - |
| XYZ | 38.95 | 35.03 | 18.62 | - |
| YUV | 160.09 | 98.04 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 107 | 0 | 0.30 | 0.49 | 0.18 | 23.17 | 0.52 | 0.62 |
| Hex | D0 | 92 | 6B | 0 | 1E | 31 | 12 | 17 | 34 | 3E |
| Octal | 320 | 222 | 153 | 0 | 36 | 61 | 22 | 27 | 64 | 76 |
| Binary | 11010000 | 10010010 | 1101011 | 0 | 11110 | 110001 | 10010 | 10111 | 110100 | 111110 |
Color Harmonies of #D0926B
Complementary color
Monochromatic Colors of #D0926B
Black with #D0926B
Text Example
Text Example
White with #D0926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0926B; }
p { color: rgb(208,146,107); }
H1.HeaderClassName
{
color: #D0926B;
}
.AnyTagClassName
{
color: #D0926B;
}
</style>
background-color css
<style>
a { background-color: #D0926B; }
a { background-color: rgb(208,146,107); }
div.DivClassName
{
background-color: #D0926B;
}
.BgClassName
{
background-color: #D0926B;
}
</style>
border-color css
<style>
span { border-color: #D0926B; }
span { border-color: rgb(208,146,107); }
td.TdClassName
{
border-color: #D0926B;
}
.TagClassName
{
border-color: #D0926B;
}
</style>