Shades of Whiskey #D28C63
Tints of Whiskey #D28C63
RGB
CMYK
RGB Variations
Color information
#D28C63 (or 0xD28C63) is known color: Whiskey. HEX triplet: D2, 8C and 63. RGB value is (210,140,99). Sum of RGB (Red+Green+Blue) = 210+140+99=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 140 (55.08% from 255 or 31.18% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D28C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28C63 is #2D739C. Grayscale: #9C9C9C. Windows color (decimal): -2978717 or 6524114. OLE color: 6524114.
HSL color Cylindrical-coordinate representation of color #D28C63: hue angle of 22.16º 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 #D28C63 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 140 | 99 | - |
| CMYK | 0 | 0.33 | 0.53 | 0.18 |
| HSL | 22.16º | 0.55% | 0.61% | - |
| HSV(B) | 22.16º | 0.53% | 0.82% | - |
| XYZ | 38.21 | 33.36 | 16.23 | - |
| YUV | 156.26 | 95.69 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 140 | 99 | 0 | 0.33 | 0.53 | 0.18 | 22.16 | 0.55 | 0.61 |
| Hex | D2 | 8C | 63 | 0 | 21 | 35 | 12 | 16 | 37 | 3D |
| Octal | 322 | 214 | 143 | 0 | 41 | 65 | 22 | 26 | 67 | 75 |
| Binary | 11010010 | 10001100 | 1100011 | 0 | 100001 | 110101 | 10010 | 10110 | 110111 | 111101 |
Color Harmonies of #D28C63
Complementary color
Monochromatic Colors of #D28C63
Black with #D28C63
Text Example
Text Example
White with #D28C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28C63; }
p { color: rgb(210,140,99); }
H1.HeaderClassName
{
color: #D28C63;
}
.AnyTagClassName
{
color: #D28C63;
}
</style>
background-color css
<style>
a { background-color: #D28C63; }
a { background-color: rgb(210,140,99); }
div.DivClassName
{
background-color: #D28C63;
}
.BgClassName
{
background-color: #D28C63;
}
</style>
border-color css
<style>
span { border-color: #D28C63; }
span { border-color: rgb(210,140,99); }
td.TdClassName
{
border-color: #D28C63;
}
.TagClassName
{
border-color: #D28C63;
}
</style>