Shades of Whiskey #D29564
Tints of Whiskey #D29564
RGB
CMYK
RGB Variations
Color information
#D29564 (or 0xD29564) is known color: Whiskey. HEX triplet: D2, 95 and 64. RGB value is (210,149,100). Sum of RGB (Red+Green+Blue) = 210+149+100=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D29564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D29564 is #2D6A9B. Grayscale: #A1A1A1. Windows color (decimal): -2976412 or 6591954. OLE color: 6591954.
HSL color Cylindrical-coordinate representation of color #D29564: hue angle of 26.73º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D29564 is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 149 | 100 | - |
| CMYK | 0 | 0.29 | 0.52 | 0.18 |
| HSL | 26.73º | 0.55% | 0.61% | - |
| HSV(B) | 26.73º | 0.52% | 0.82% | - |
| XYZ | 39.63 | 36.12 | 16.94 | - |
| YUV | 161.65 | 93.21 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 149 | 100 | 0 | 0.29 | 0.52 | 0.18 | 26.73 | 0.55 | 0.61 |
| Hex | D2 | 95 | 64 | 0 | 1D | 34 | 12 | 1B | 37 | 3D |
| Octal | 322 | 225 | 144 | 0 | 35 | 64 | 22 | 33 | 67 | 75 |
| Binary | 11010010 | 10010101 | 1100100 | 0 | 11101 | 110100 | 10010 | 11011 | 110111 | 111101 |
Color Harmonies of #D29564
Complementary color
Monochromatic Colors of #D29564
Black with #D29564
Text Example
Text Example
White with #D29564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29564; }
p { color: rgb(210,149,100); }
H1.HeaderClassName
{
color: #D29564;
}
.AnyTagClassName
{
color: #D29564;
}
</style>
background-color css
<style>
a { background-color: #D29564; }
a { background-color: rgb(210,149,100); }
div.DivClassName
{
background-color: #D29564;
}
.BgClassName
{
background-color: #D29564;
}
</style>
border-color css
<style>
span { border-color: #D29564; }
span { border-color: rgb(210,149,100); }
td.TdClassName
{
border-color: #D29564;
}
.TagClassName
{
border-color: #D29564;
}
</style>