Shades of Whiskey #DC976B
Tints of Whiskey #DC976B
RGB
CMYK
RGB Variations
Color information
#DC976B (or 0xDC976B) is known color: Whiskey. HEX triplet: DC, 97 and 6B. RGB value is (220,151,107). Sum of RGB (Red+Green+Blue) = 220+151+107=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 151 (59.38% from 255 or 31.59% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976B is #236894. Grayscale: #A6A6A6. Windows color (decimal): -2320533 or 7051228. OLE color: 7051228.
HSL color Cylindrical-coordinate representation of color #DC976B: hue angle of 23.36º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC976B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 107 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.14 |
| HSL | 23.36º | 0.62% | 0.64% | - |
| HSV(B) | 23.36º | 0.51% | 0.86% | - |
| XYZ | 43.24 | 38.41 | 19.05 | - |
| YUV | 166.62 | 94.36 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 107 | 0 | 0.31 | 0.51 | 0.14 | 23.36 | 0.62 | 0.64 |
| Hex | DC | 97 | 6B | 0 | 1F | 33 | E | 17 | 3E | 40 |
| Octal | 334 | 227 | 153 | 0 | 37 | 63 | 16 | 27 | 76 | 100 |
| Binary | 11011100 | 10010111 | 1101011 | 0 | 11111 | 110011 | 1110 | 10111 | 111110 | 1000000 |
Color Harmonies of #DC976B
Complementary color
Monochromatic Colors of #DC976B
Black with #DC976B
Text Example
Text Example
White with #DC976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC976B; }
p { color: rgb(220,151,107); }
H1.HeaderClassName
{
color: #DC976B;
}
.AnyTagClassName
{
color: #DC976B;
}
</style>
background-color css
<style>
a { background-color: #DC976B; }
a { background-color: rgb(220,151,107); }
div.DivClassName
{
background-color: #DC976B;
}
.BgClassName
{
background-color: #DC976B;
}
</style>
border-color css
<style>
span { border-color: #DC976B; }
span { border-color: rgb(220,151,107); }
td.TdClassName
{
border-color: #DC976B;
}
.TagClassName
{
border-color: #DC976B;
}
</style>