Shades of Whiskey #D2946A
Tints of Whiskey #D2946A
RGB
CMYK
RGB Variations
Color information
#D2946A (or 0xD2946A) is known color: Whiskey. HEX triplet: D2, 94 and 6A. RGB value is (210,148,106). Sum of RGB (Red+Green+Blue) = 210+148+106=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 106 (41.80% from 255 or 22.84% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2946A is #2D6B95. Grayscale: #A1A1A1. Windows color (decimal): -2976662 or 6984914. OLE color: 6984914.
HSL color Cylindrical-coordinate representation of color #D2946A: hue angle of 24.23º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2946A is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 106 | - |
| CMYK | 0 | 0.30 | 0.50 | 0.18 |
| HSL | 24.23º | 0.54% | 0.62% | - |
| HSV(B) | 24.23º | 0.5% | 0.82% | - |
| XYZ | 39.77 | 35.92 | 18.47 | - |
| YUV | 161.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 106 | 0 | 0.30 | 0.50 | 0.18 | 24.23 | 0.54 | 0.62 |
| Hex | D2 | 94 | 6A | 0 | 1E | 32 | 12 | 18 | 36 | 3E |
| Octal | 322 | 224 | 152 | 0 | 36 | 62 | 22 | 30 | 66 | 76 |
| Binary | 11010010 | 10010100 | 1101010 | 0 | 11110 | 110010 | 10010 | 11000 | 110110 | 111110 |
Color Harmonies of #D2946A
Complementary color
Monochromatic Colors of #D2946A
Black with #D2946A
Text Example
Text Example
White with #D2946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2946A; }
p { color: rgb(210,148,106); }
H1.HeaderClassName
{
color: #D2946A;
}
.AnyTagClassName
{
color: #D2946A;
}
</style>
background-color css
<style>
a { background-color: #D2946A; }
a { background-color: rgb(210,148,106); }
div.DivClassName
{
background-color: #D2946A;
}
.BgClassName
{
background-color: #D2946A;
}
</style>
border-color css
<style>
span { border-color: #D2946A; }
span { border-color: rgb(210,148,106); }
td.TdClassName
{
border-color: #D2946A;
}
.TagClassName
{
border-color: #D2946A;
}
</style>