Shades of Whiskey #DC9869
Tints of Whiskey #DC9869
RGB
CMYK
RGB Variations
Color information
#DC9869 (or 0xDC9869) is known color: Whiskey. HEX triplet: DC, 98 and 69. RGB value is (220,152,105). Sum of RGB (Red+Green+Blue) = 220+152+105=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9869 is #236796. Grayscale: #A7A7A7. Windows color (decimal): -2320279 or 6920412. OLE color: 6920412.
HSL color Cylindrical-coordinate representation of color #DC9869: hue angle of 24.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC9869 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 152 | 105 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.14 |
| HSL | 24.52º | 0.62% | 0.64% | - |
| HSV(B) | 24.52º | 0.52% | 0.86% | - |
| XYZ | 43.29 | 38.69 | 18.55 | - |
| YUV | 166.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 152 | 105 | 0 | 0.31 | 0.52 | 0.14 | 24.52 | 0.62 | 0.64 |
| Hex | DC | 98 | 69 | 0 | 1F | 34 | E | 19 | 3E | 40 |
| Octal | 334 | 230 | 151 | 0 | 37 | 64 | 16 | 31 | 76 | 100 |
| Binary | 11011100 | 10011000 | 1101001 | 0 | 11111 | 110100 | 1110 | 11001 | 111110 | 1000000 |
Color Harmonies of #DC9869
Complementary color
Monochromatic Colors of #DC9869
Black with #DC9869
Text Example
Text Example
White with #DC9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC9869; }
p { color: rgb(220,152,105); }
H1.HeaderClassName
{
color: #DC9869;
}
.AnyTagClassName
{
color: #DC9869;
}
</style>
background-color css
<style>
a { background-color: #DC9869; }
a { background-color: rgb(220,152,105); }
div.DivClassName
{
background-color: #DC9869;
}
.BgClassName
{
background-color: #DC9869;
}
</style>
border-color css
<style>
span { border-color: #DC9869; }
span { border-color: rgb(220,152,105); }
td.TdClassName
{
border-color: #DC9869;
}
.TagClassName
{
border-color: #DC9869;
}
</style>