Shades of Whiskey #D28A5D
Tints of Whiskey #D28A5D
RGB
CMYK
RGB Variations
Color information
#D28A5D (or 0xD28A5D) is known color: Whiskey. HEX triplet: D2, 8A and 5D. RGB value is (210,138,93). Sum of RGB (Red+Green+Blue) = 210+138+93=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28A5D is #2D75A2. Grayscale: #9A9A9A. Windows color (decimal): -2979235 or 6130386. OLE color: 6130386.
HSL color Cylindrical-coordinate representation of color #D28A5D: hue angle of 23.08º 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 #D28A5D is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 93 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.18 |
| HSL | 23.08º | 0.57% | 0.59% | - |
| HSV(B) | 23.08º | 0.56% | 0.82% | - |
| XYZ | 37.64 | 32.67 | 14.68 | - |
| YUV | 154.4 | 93.35 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 93 | 0 | 0.34 | 0.56 | 0.18 | 23.08 | 0.57 | 0.59 |
| Hex | D2 | 8A | 5D | 0 | 22 | 38 | 12 | 17 | 39 | 3B |
| Octal | 322 | 212 | 135 | 0 | 42 | 70 | 22 | 27 | 71 | 73 |
| Binary | 11010010 | 10001010 | 1011101 | 0 | 100010 | 111000 | 10010 | 10111 | 111001 | 111011 |
Color Harmonies of #D28A5D
Complementary color
Monochromatic Colors of #D28A5D
Black with #D28A5D
Text Example
Text Example
White with #D28A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A5D; }
p { color: rgb(210,138,93); }
H1.HeaderClassName
{
color: #D28A5D;
}
.AnyTagClassName
{
color: #D28A5D;
}
</style>
background-color css
<style>
a { background-color: #D28A5D; }
a { background-color: rgb(210,138,93); }
div.DivClassName
{
background-color: #D28A5D;
}
.BgClassName
{
background-color: #D28A5D;
}
</style>
border-color css
<style>
span { border-color: #D28A5D; }
span { border-color: rgb(210,138,93); }
td.TdClassName
{
border-color: #D28A5D;
}
.TagClassName
{
border-color: #D28A5D;
}
</style>