Shades of Whiskey #D0926A
Tints of Whiskey #D0926A
RGB
CMYK
RGB Variations
Color information
#D0926A (or 0xD0926A) is known color: Whiskey. HEX triplet: D0, 92 and 6A. RGB value is (208,146,106). Sum of RGB (Red+Green+Blue) = 208+146+106=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 106 (41.80% from 255 or 23.04% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0926A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0926A is #2F6D95. Grayscale: #A0A0A0. Windows color (decimal): -3108246 or 6984400. OLE color: 6984400.
HSL color Cylindrical-coordinate representation of color #D0926A: hue angle of 23.53º 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 #D0926A is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 146 | 106 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.18 |
| HSL | 23.53º | 0.52% | 0.62% | - |
| HSV(B) | 23.53º | 0.49% | 0.82% | - |
| XYZ | 38.89 | 35.01 | 18.34 | - |
| YUV | 159.98 | 97.54 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 146 | 106 | 0 | 0.30 | 0.49 | 0.18 | 23.53 | 0.52 | 0.62 |
| Hex | D0 | 92 | 6A | 0 | 1E | 31 | 12 | 18 | 34 | 3E |
| Octal | 320 | 222 | 152 | 0 | 36 | 61 | 22 | 30 | 64 | 76 |
| Binary | 11010000 | 10010010 | 1101010 | 0 | 11110 | 110001 | 10010 | 11000 | 110100 | 111110 |
Color Harmonies of #D0926A
Complementary color
Monochromatic Colors of #D0926A
Black with #D0926A
Text Example
Text Example
White with #D0926A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0926A; }
p { color: rgb(208,146,106); }
H1.HeaderClassName
{
color: #D0926A;
}
.AnyTagClassName
{
color: #D0926A;
}
</style>
background-color css
<style>
a { background-color: #D0926A; }
a { background-color: rgb(208,146,106); }
div.DivClassName
{
background-color: #D0926A;
}
.BgClassName
{
background-color: #D0926A;
}
</style>
border-color css
<style>
span { border-color: #D0926A; }
span { border-color: rgb(208,146,106); }
td.TdClassName
{
border-color: #D0926A;
}
.TagClassName
{
border-color: #D0926A;
}
</style>