Shades of Whiskey #CD986D
Tints of Whiskey #CD986D
RGB
CMYK
RGB Variations
Color information
#CD986D (or 0xCD986D) is known color: Whiskey. HEX triplet: CD, 98 and 6D. RGB value is (205,152,109). Sum of RGB (Red+Green+Blue) = 205+152+109=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD986D is #326792. Grayscale: #A3A3A3. Windows color (decimal): -3303315 or 7182541. OLE color: 7182541.
HSL color Cylindrical-coordinate representation of color #CD986D: hue angle of 26.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD986D is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 152 | 109 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.20 |
| HSL | 26.88º | 0.49% | 0.62% | - |
| HSV(B) | 26.88º | 0.47% | 0.8% | - |
| XYZ | 39.17 | 36.54 | 19.46 | - |
| YUV | 162.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 152 | 109 | 0 | 0.26 | 0.47 | 0.20 | 26.88 | 0.49 | 0.62 |
| Hex | CD | 98 | 6D | 0 | 1A | 2F | 14 | 1B | 31 | 3E |
| Octal | 315 | 230 | 155 | 0 | 32 | 57 | 24 | 33 | 61 | 76 |
| Binary | 11001101 | 10011000 | 1101101 | 0 | 11010 | 101111 | 10100 | 11011 | 110001 | 111110 |
Color Harmonies of #CD986D
Complementary color
Monochromatic Colors of #CD986D
Black with #CD986D
Text Example
Text Example
White with #CD986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD986D; }
p { color: rgb(205,152,109); }
H1.HeaderClassName
{
color: #CD986D;
}
.AnyTagClassName
{
color: #CD986D;
}
</style>
background-color css
<style>
a { background-color: #CD986D; }
a { background-color: rgb(205,152,109); }
div.DivClassName
{
background-color: #CD986D;
}
.BgClassName
{
background-color: #CD986D;
}
</style>
border-color css
<style>
span { border-color: #CD986D; }
span { border-color: rgb(205,152,109); }
td.TdClassName
{
border-color: #CD986D;
}
.TagClassName
{
border-color: #CD986D;
}
</style>