Shades of Whiskey #D2885C
Tints of Whiskey #D2885C
RGB
CMYK
RGB Variations
Color information
#D2885C (or 0xD2885C) is known color: Whiskey. HEX triplet: D2, 88 and 5C. RGB value is (210,136,92). Sum of RGB (Red+Green+Blue) = 210+136+92=438 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.95% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 92 (36.33% from 255 or 21.00% from 438); Max value from RGB is 210 - color contains mainly: red. Hex color #D2885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2885C is #2D77A3. Grayscale: #999999. Windows color (decimal): -2979748 or 6064338. OLE color: 6064338.
HSL color Cylindrical-coordinate representation of color #D2885C: hue angle of 22.37º 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 #D2885C is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 136 | 92 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.18 |
| HSL | 22.37º | 0.57% | 0.59% | - |
| HSV(B) | 22.37º | 0.56% | 0.82% | - |
| XYZ | 37.31 | 32.08 | 14.35 | - |
| YUV | 153.11 | 93.52 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 136 | 92 | 0 | 0.35 | 0.56 | 0.18 | 22.37 | 0.57 | 0.59 |
| Hex | D2 | 88 | 5C | 0 | 23 | 38 | 12 | 16 | 39 | 3B |
| Octal | 322 | 210 | 134 | 0 | 43 | 70 | 22 | 26 | 71 | 73 |
| Binary | 11010010 | 10001000 | 1011100 | 0 | 100011 | 111000 | 10010 | 10110 | 111001 | 111011 |
Color Harmonies of #D2885C
Complementary color
Monochromatic Colors of #D2885C
Black with #D2885C
Text Example
Text Example
White with #D2885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2885C; }
p { color: rgb(210,136,92); }
H1.HeaderClassName
{
color: #D2885C;
}
.AnyTagClassName
{
color: #D2885C;
}
</style>
background-color css
<style>
a { background-color: #D2885C; }
a { background-color: rgb(210,136,92); }
div.DivClassName
{
background-color: #D2885C;
}
.BgClassName
{
background-color: #D2885C;
}
</style>
border-color css
<style>
span { border-color: #D2885C; }
span { border-color: rgb(210,136,92); }
td.TdClassName
{
border-color: #D2885C;
}
.TagClassName
{
border-color: #D2885C;
}
</style>