Shades of Whiskey #DC976A
Tints of Whiskey #DC976A
RGB
CMYK
RGB Variations
Color information
#DC976A (or 0xDC976A) is known color: Whiskey. HEX triplet: DC, 97 and 6A. RGB value is (220,151,106). Sum of RGB (Red+Green+Blue) = 220+151+106=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 151 (59.38% from 255 or 31.66% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC976A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC976A is #236895. Grayscale: #A6A6A6. Windows color (decimal): -2320534 or 6985692. OLE color: 6985692.
HSL color Cylindrical-coordinate representation of color #DC976A: hue angle of 23.68º 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 #DC976A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 151 | 106 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.14 |
| HSL | 23.68º | 0.62% | 0.64% | - |
| HSV(B) | 23.68º | 0.52% | 0.86% | - |
| XYZ | 43.18 | 38.39 | 18.77 | - |
| YUV | 166.5 | 93.86 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 151 | 106 | 0 | 0.31 | 0.52 | 0.14 | 23.68 | 0.62 | 0.64 |
| Hex | DC | 97 | 6A | 0 | 1F | 34 | E | 18 | 3E | 40 |
| Octal | 334 | 227 | 152 | 0 | 37 | 64 | 16 | 30 | 76 | 100 |
| Binary | 11011100 | 10010111 | 1101010 | 0 | 11111 | 110100 | 1110 | 11000 | 111110 | 1000000 |
Color Harmonies of #DC976A
Complementary color
Monochromatic Colors of #DC976A
Black with #DC976A
Text Example
Text Example
White with #DC976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC976A; }
p { color: rgb(220,151,106); }
H1.HeaderClassName
{
color: #DC976A;
}
.AnyTagClassName
{
color: #DC976A;
}
</style>
background-color css
<style>
a { background-color: #DC976A; }
a { background-color: rgb(220,151,106); }
div.DivClassName
{
background-color: #DC976A;
}
.BgClassName
{
background-color: #DC976A;
}
</style>
border-color css
<style>
span { border-color: #DC976A; }
span { border-color: rgb(220,151,106); }
td.TdClassName
{
border-color: #DC976A;
}
.TagClassName
{
border-color: #DC976A;
}
</style>