Shades of Whiskey #D28B63
Tints of Whiskey #D28B63
RGB
CMYK
RGB Variations
Color information
#D28B63 (or 0xD28B63) is known color: Whiskey. HEX triplet: D2, 8B and 63. RGB value is (210,139,99). Sum of RGB (Red+Green+Blue) = 210+139+99=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 139 (54.69% from 255 or 31.03% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B63 is #2D749C. Grayscale: #9B9B9B. Windows color (decimal): -2978973 or 6523858. OLE color: 6523858.
HSL color Cylindrical-coordinate representation of color #D28B63: hue angle of 21.62º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D28B63 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 99 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.18 |
| HSL | 21.62º | 0.55% | 0.61% | - |
| HSV(B) | 21.62º | 0.53% | 0.82% | - |
| XYZ | 38.06 | 33.07 | 16.18 | - |
| YUV | 155.67 | 96.02 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 99 | 0 | 0.34 | 0.53 | 0.18 | 21.62 | 0.55 | 0.61 |
| Hex | D2 | 8B | 63 | 0 | 22 | 35 | 12 | 16 | 37 | 3D |
| Octal | 322 | 213 | 143 | 0 | 42 | 65 | 22 | 26 | 67 | 75 |
| Binary | 11010010 | 10001011 | 1100011 | 0 | 100010 | 110101 | 10010 | 10110 | 110111 | 111101 |
Color Harmonies of #D28B63
Complementary color
Monochromatic Colors of #D28B63
Black with #D28B63
Text Example
Text Example
White with #D28B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B63; }
p { color: rgb(210,139,99); }
H1.HeaderClassName
{
color: #D28B63;
}
.AnyTagClassName
{
color: #D28B63;
}
</style>
background-color css
<style>
a { background-color: #D28B63; }
a { background-color: rgb(210,139,99); }
div.DivClassName
{
background-color: #D28B63;
}
.BgClassName
{
background-color: #D28B63;
}
</style>
border-color css
<style>
span { border-color: #D28B63; }
span { border-color: rgb(210,139,99); }
td.TdClassName
{
border-color: #D28B63;
}
.TagClassName
{
border-color: #D28B63;
}
</style>