Shades of Whiskey #D29463
Tints of Whiskey #D29463
RGB
CMYK
RGB Variations
Color information
#D29463 (or 0xD29463) is known color: Whiskey. HEX triplet: D2, 94 and 63. RGB value is (210,148,99). Sum of RGB (Red+Green+Blue) = 210+148+99=457 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.95% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 99 (39.06% from 255 or 21.66% from 457); Max value from RGB is 210 - color contains mainly: red. Hex color #D29463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29463 is #2D6B9C. Grayscale: #A1A1A1. Windows color (decimal): -2976669 or 6526162. OLE color: 6526162.
HSL color Cylindrical-coordinate representation of color #D29463: hue angle of 26.49º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D29463 is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 148 | 99 | - |
| CMYK | 0 | 0.30 | 0.53 | 0.18 |
| HSL | 26.49º | 0.55% | 0.61% | - |
| HSV(B) | 26.49º | 0.53% | 0.82% | - |
| XYZ | 39.42 | 35.78 | 16.63 | - |
| YUV | 160.95 | 93.04 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 148 | 99 | 0 | 0.30 | 0.53 | 0.18 | 26.49 | 0.55 | 0.61 |
| Hex | D2 | 94 | 63 | 0 | 1E | 35 | 12 | 1A | 37 | 3D |
| Octal | 322 | 224 | 143 | 0 | 36 | 65 | 22 | 32 | 67 | 75 |
| Binary | 11010010 | 10010100 | 1100011 | 0 | 11110 | 110101 | 10010 | 11010 | 110111 | 111101 |
Color Harmonies of #D29463
Complementary color
Monochromatic Colors of #D29463
Black with #D29463
Text Example
Text Example
White with #D29463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29463; }
p { color: rgb(210,148,99); }
H1.HeaderClassName
{
color: #D29463;
}
.AnyTagClassName
{
color: #D29463;
}
</style>
background-color css
<style>
a { background-color: #D29463; }
a { background-color: rgb(210,148,99); }
div.DivClassName
{
background-color: #D29463;
}
.BgClassName
{
background-color: #D29463;
}
</style>
border-color css
<style>
span { border-color: #D29463; }
span { border-color: rgb(210,148,99); }
td.TdClassName
{
border-color: #D29463;
}
.TagClassName
{
border-color: #D29463;
}
</style>