Shades of Whiskey #DA976B
Tints of Whiskey #DA976B
RGB
CMYK
RGB Variations
Color information
#DA976B (or 0xDA976B) is known color: Whiskey. HEX triplet: DA, 97 and 6B. RGB value is (218,151,107). Sum of RGB (Red+Green+Blue) = 218+151+107=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA976B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA976B is #256894. Grayscale: #A6A6A6. Windows color (decimal): -2451605 or 7051226. OLE color: 7051226.
HSL color Cylindrical-coordinate representation of color #DA976B: hue angle of 23.78º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA976B is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 151 | 107 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.15 |
| HSL | 23.78º | 0.6% | 0.64% | - |
| HSV(B) | 23.78º | 0.51% | 0.85% | - |
| XYZ | 42.63 | 38.1 | 19.02 | - |
| YUV | 166.02 | 94.7 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 151 | 107 | 0 | 0.31 | 0.51 | 0.15 | 23.78 | 0.6 | 0.64 |
| Hex | DA | 97 | 6B | 0 | 1F | 33 | F | 18 | 3C | 40 |
| Octal | 332 | 227 | 153 | 0 | 37 | 63 | 17 | 30 | 74 | 100 |
| Binary | 11011010 | 10010111 | 1101011 | 0 | 11111 | 110011 | 1111 | 11000 | 111100 | 1000000 |
Color Harmonies of #DA976B
Complementary color
Monochromatic Colors of #DA976B
Black with #DA976B
Text Example
Text Example
White with #DA976B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA976B; }
p { color: rgb(218,151,107); }
H1.HeaderClassName
{
color: #DA976B;
}
.AnyTagClassName
{
color: #DA976B;
}
</style>
background-color css
<style>
a { background-color: #DA976B; }
a { background-color: rgb(218,151,107); }
div.DivClassName
{
background-color: #DA976B;
}
.BgClassName
{
background-color: #DA976B;
}
</style>
border-color css
<style>
span { border-color: #DA976B; }
span { border-color: rgb(218,151,107); }
td.TdClassName
{
border-color: #DA976B;
}
.TagClassName
{
border-color: #DA976B;
}
</style>