Shades of Whiskey #D28F6B
Tints of Whiskey #D28F6B
RGB
CMYK
RGB Variations
Color information
#D28F6B (or 0xD28F6B) is known color: Whiskey. HEX triplet: D2, 8F and 6B. RGB value is (210,143,107). Sum of RGB (Red+Green+Blue) = 210+143+107=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28F6B is #2D7094. Grayscale: #9F9F9F. Windows color (decimal): -2977941 or 7049170. OLE color: 7049170.
HSL color Cylindrical-coordinate representation of color #D28F6B: hue angle of 20.97º degrees, saturation: 0.53, 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 #D28F6B is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 143 | 107 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.18 |
| HSL | 20.97º | 0.53% | 0.62% | - |
| HSV(B) | 20.97º | 0.49% | 0.82% | - |
| XYZ | 39.05 | 34.41 | 18.49 | - |
| YUV | 158.93 | 98.7 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 143 | 107 | 0 | 0.32 | 0.49 | 0.18 | 20.97 | 0.53 | 0.62 |
| Hex | D2 | 8F | 6B | 0 | 20 | 31 | 12 | 15 | 35 | 3E |
| Octal | 322 | 217 | 153 | 0 | 40 | 61 | 22 | 25 | 65 | 76 |
| Binary | 11010010 | 10001111 | 1101011 | 0 | 100000 | 110001 | 10010 | 10101 | 110101 | 111110 |
Color Harmonies of #D28F6B
Complementary color
Monochromatic Colors of #D28F6B
Black with #D28F6B
Text Example
Text Example
White with #D28F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28F6B; }
p { color: rgb(210,143,107); }
H1.HeaderClassName
{
color: #D28F6B;
}
.AnyTagClassName
{
color: #D28F6B;
}
</style>
background-color css
<style>
a { background-color: #D28F6B; }
a { background-color: rgb(210,143,107); }
div.DivClassName
{
background-color: #D28F6B;
}
.BgClassName
{
background-color: #D28F6B;
}
</style>
border-color css
<style>
span { border-color: #D28F6B; }
span { border-color: rgb(210,143,107); }
td.TdClassName
{
border-color: #D28F6B;
}
.TagClassName
{
border-color: #D28F6B;
}
</style>