Shades of Whiskey #D28B5D
Tints of Whiskey #D28B5D
RGB
CMYK
RGB Variations
Color information
#D28B5D (or 0xD28B5D) is known color: Whiskey. HEX triplet: D2, 8B and 5D. RGB value is (210,139,93). Sum of RGB (Red+Green+Blue) = 210+139+93=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28B5D is #2D74A2. Grayscale: #9B9B9B. Windows color (decimal): -2978979 or 6130642. OLE color: 6130642.
HSL color Cylindrical-coordinate representation of color #D28B5D: hue angle of 23.59º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D28B5D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 93 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.18 |
| HSL | 23.59º | 0.57% | 0.59% | - |
| HSV(B) | 23.59º | 0.56% | 0.82% | - |
| XYZ | 37.79 | 32.96 | 14.73 | - |
| YUV | 154.99 | 93.02 | 167.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 93 | 0 | 0.34 | 0.56 | 0.18 | 23.59 | 0.57 | 0.59 |
| Hex | D2 | 8B | 5D | 0 | 22 | 38 | 12 | 18 | 39 | 3B |
| Octal | 322 | 213 | 135 | 0 | 42 | 70 | 22 | 30 | 71 | 73 |
| Binary | 11010010 | 10001011 | 1011101 | 0 | 100010 | 111000 | 10010 | 11000 | 111001 | 111011 |
Color Harmonies of #D28B5D
Complementary color
Monochromatic Colors of #D28B5D
Black with #D28B5D
Text Example
Text Example
White with #D28B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B5D; }
p { color: rgb(210,139,93); }
H1.HeaderClassName
{
color: #D28B5D;
}
.AnyTagClassName
{
color: #D28B5D;
}
</style>
background-color css
<style>
a { background-color: #D28B5D; }
a { background-color: rgb(210,139,93); }
div.DivClassName
{
background-color: #D28B5D;
}
.BgClassName
{
background-color: #D28B5D;
}
</style>
border-color css
<style>
span { border-color: #D28B5D; }
span { border-color: rgb(210,139,93); }
td.TdClassName
{
border-color: #D28B5D;
}
.TagClassName
{
border-color: #D28B5D;
}
</style>