Shades of Whiskey #D28F60
Tints of Whiskey #D28F60
RGB
CMYK
RGB Variations
Color information
#D28F60 (or 0xD28F60) is known color: Whiskey. HEX triplet: D2, 8F and 60. RGB value is (210,143,96). Sum of RGB (Red+Green+Blue) = 210+143+96=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F60 is #2D709F. Grayscale: #9D9D9D. Windows color (decimal): -2977952 or 6328274. OLE color: 6328274.
HSL color Cylindrical-coordinate representation of color #D28F60: hue angle of 24.74º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D28F60 is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 96 | - |
| CMYK | 0 | 0.32 | 0.54 | 0.18 |
| HSL | 24.74º | 0.56% | 0.6% | - |
| HSV(B) | 24.74º | 0.54% | 0.82% | - |
| XYZ | 38.51 | 34.19 | 15.64 | - |
| YUV | 157.68 | 93.2 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 96 | 0 | 0.32 | 0.54 | 0.18 | 24.74 | 0.56 | 0.6 |
| Hex | D2 | 8F | 60 | 0 | 20 | 36 | 12 | 19 | 38 | 3C |
| Octal | 322 | 217 | 140 | 0 | 40 | 66 | 22 | 31 | 70 | 74 |
| Binary | 11010010 | 10001111 | 1100000 | 0 | 100000 | 110110 | 10010 | 11001 | 111000 | 111100 |
Color Harmonies of #D28F60
Complementary color
Monochromatic Colors of #D28F60
Black with #D28F60
Text Example
Text Example
White with #D28F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F60; }
p { color: rgb(210,143,96); }
H1.HeaderClassName
{
color: #D28F60;
}
.AnyTagClassName
{
color: #D28F60;
}
</style>
background-color css
<style>
a { background-color: #D28F60; }
a { background-color: rgb(210,143,96); }
div.DivClassName
{
background-color: #D28F60;
}
.BgClassName
{
background-color: #D28F60;
}
</style>
border-color css
<style>
span { border-color: #D28F60; }
span { border-color: rgb(210,143,96); }
td.TdClassName
{
border-color: #D28F60;
}
.TagClassName
{
border-color: #D28F60;
}
</style>