Shades of Whiskey #D28B66
Tints of Whiskey #D28B66
RGB
CMYK
RGB Variations
Color information
#D28B66 (or 0xD28B66) is known color: Whiskey. HEX triplet: D2, 8B and 66. RGB value is (210,139,102). Sum of RGB (Red+Green+Blue) = 210+139+102=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B66 is #2D7499. Grayscale: #9C9C9C. Windows color (decimal): -2978970 or 6720466. OLE color: 6720466.
HSL color Cylindrical-coordinate representation of color #D28B66: hue angle of 20.56º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D28B66 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 102 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.18 |
| HSL | 20.56º | 0.55% | 0.61% | - |
| HSV(B) | 20.56º | 0.51% | 0.82% | - |
| XYZ | 38.21 | 33.13 | 16.95 | - |
| YUV | 156.01 | 97.52 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 102 | 0 | 0.34 | 0.51 | 0.18 | 20.56 | 0.55 | 0.61 |
| Hex | D2 | 8B | 66 | 0 | 22 | 33 | 12 | 15 | 37 | 3D |
| Octal | 322 | 213 | 146 | 0 | 42 | 63 | 22 | 25 | 67 | 75 |
| Binary | 11010010 | 10001011 | 1100110 | 0 | 100010 | 110011 | 10010 | 10101 | 110111 | 111101 |
Color Harmonies of #D28B66
Complementary color
Monochromatic Colors of #D28B66
Black with #D28B66
Text Example
Text Example
White with #D28B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B66; }
p { color: rgb(210,139,102); }
H1.HeaderClassName
{
color: #D28B66;
}
.AnyTagClassName
{
color: #D28B66;
}
</style>
background-color css
<style>
a { background-color: #D28B66; }
a { background-color: rgb(210,139,102); }
div.DivClassName
{
background-color: #D28B66;
}
.BgClassName
{
background-color: #D28B66;
}
</style>
border-color css
<style>
span { border-color: #D28B66; }
span { border-color: rgb(210,139,102); }
td.TdClassName
{
border-color: #D28B66;
}
.TagClassName
{
border-color: #D28B66;
}
</style>