Shades of Whiskey #D29063
Tints of Whiskey #D29063
RGB
CMYK
RGB Variations
Color information
#D29063 (or 0xD29063) is known color: Whiskey. HEX triplet: D2, 90 and 63. RGB value is (210,144,99). Sum of RGB (Red+Green+Blue) = 210+144+99=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 99 (39.06% from 255 or 21.85% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D29063 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29063 is #2D6F9C. Grayscale: #9E9E9E. Windows color (decimal): -2977693 or 6525138. OLE color: 6525138.
HSL color Cylindrical-coordinate representation of color #D29063: hue angle of 24.32º 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 #D29063 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 99 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.18 |
| HSL | 24.32º | 0.55% | 0.61% | - |
| HSV(B) | 24.32º | 0.53% | 0.82% | - |
| XYZ | 38.8 | 34.55 | 16.43 | - |
| YUV | 158.6 | 94.37 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 99 | 0 | 0.31 | 0.53 | 0.18 | 24.32 | 0.55 | 0.61 |
| Hex | D2 | 90 | 63 | 0 | 1F | 35 | 12 | 18 | 37 | 3D |
| Octal | 322 | 220 | 143 | 0 | 37 | 65 | 22 | 30 | 67 | 75 |
| Binary | 11010010 | 10010000 | 1100011 | 0 | 11111 | 110101 | 10010 | 11000 | 110111 | 111101 |
Color Harmonies of #D29063
Complementary color
Monochromatic Colors of #D29063
Black with #D29063
Text Example
Text Example
White with #D29063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29063; }
p { color: rgb(210,144,99); }
H1.HeaderClassName
{
color: #D29063;
}
.AnyTagClassName
{
color: #D29063;
}
</style>
background-color css
<style>
a { background-color: #D29063; }
a { background-color: rgb(210,144,99); }
div.DivClassName
{
background-color: #D29063;
}
.BgClassName
{
background-color: #D29063;
}
</style>
border-color css
<style>
span { border-color: #D29063; }
span { border-color: rgb(210,144,99); }
td.TdClassName
{
border-color: #D29063;
}
.TagClassName
{
border-color: #D29063;
}
</style>