Shades of Whiskey #CD966D
Tints of Whiskey #CD966D
RGB
CMYK
RGB Variations
Color information
#CD966D (or 0xCD966D) is known color: Whiskey. HEX triplet: CD, 96 and 6D. RGB value is (205,150,109). Sum of RGB (Red+Green+Blue) = 205+150+109=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 109 (42.97% from 255 or 23.49% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD966D is #326992. Grayscale: #A1A1A1. Windows color (decimal): -3303827 or 7182029. OLE color: 7182029.
HSL color Cylindrical-coordinate representation of color #CD966D: hue angle of 25.62º 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 #CD966D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 150 | 109 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.20 |
| HSL | 25.63º | 0.49% | 0.62% | - |
| HSV(B) | 25.63º | 0.47% | 0.8% | - |
| XYZ | 38.84 | 35.9 | 19.35 | - |
| YUV | 161.77 | 98.22 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 150 | 109 | 0 | 0.27 | 0.47 | 0.20 | 25.63 | 0.49 | 0.62 |
| Hex | CD | 96 | 6D | 0 | 1B | 2F | 14 | 1A | 31 | 3E |
| Octal | 315 | 226 | 155 | 0 | 33 | 57 | 24 | 32 | 61 | 76 |
| Binary | 11001101 | 10010110 | 1101101 | 0 | 11011 | 101111 | 10100 | 11010 | 110001 | 111110 |
Color Harmonies of #CD966D
Complementary color
Monochromatic Colors of #CD966D
Black with #CD966D
Text Example
Text Example
White with #CD966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD966D; }
p { color: rgb(205,150,109); }
H1.HeaderClassName
{
color: #CD966D;
}
.AnyTagClassName
{
color: #CD966D;
}
</style>
background-color css
<style>
a { background-color: #CD966D; }
a { background-color: rgb(205,150,109); }
div.DivClassName
{
background-color: #CD966D;
}
.BgClassName
{
background-color: #CD966D;
}
</style>
border-color css
<style>
span { border-color: #CD966D; }
span { border-color: rgb(205,150,109); }
td.TdClassName
{
border-color: #CD966D;
}
.TagClassName
{
border-color: #CD966D;
}
</style>