Shades of Whiskey #D4936A
Tints of Whiskey #D4936A
RGB
CMYK
RGB Variations
Color information
#D4936A (or 0xD4936A) is known color: Whiskey. HEX triplet: D4, 93 and 6A. RGB value is (212,147,106). Sum of RGB (Red+Green+Blue) = 212+147+106=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4936A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4936A is #2B6C95. Grayscale: #A1A1A1. Windows color (decimal): -2845846 or 6984660. OLE color: 6984660.
HSL color Cylindrical-coordinate representation of color #D4936A: hue angle of 23.21º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4936A is Cyan = 0, Magento = 0.31, Yellow = 0.5 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 147 | 106 | - |
| CMYK | 0 | 0.31 | 0.5 | 0.17 |
| HSL | 23.21º | 0.55% | 0.62% | - |
| HSV(B) | 23.21º | 0.5% | 0.83% | - |
| XYZ | 40.19 | 35.91 | 18.45 | - |
| YUV | 161.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 147 | 106 | 0 | 0.31 | 0.5 | 0.17 | 23.21 | 0.55 | 0.62 |
| Hex | D4 | 93 | 6A | 0 | 1F | 32 | 11 | 17 | 37 | 3E |
| Octal | 324 | 223 | 152 | 0 | 37 | 62 | 21 | 27 | 67 | 76 |
| Binary | 11010100 | 10010011 | 1101010 | 0 | 11111 | 110010 | 10001 | 10111 | 110111 | 111110 |
Color Harmonies of #D4936A
Complementary color
Monochromatic Colors of #D4936A
Black with #D4936A
Text Example
Text Example
White with #D4936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4936A; }
p { color: rgb(212,147,106); }
H1.HeaderClassName
{
color: #D4936A;
}
.AnyTagClassName
{
color: #D4936A;
}
</style>
background-color css
<style>
a { background-color: #D4936A; }
a { background-color: rgb(212,147,106); }
div.DivClassName
{
background-color: #D4936A;
}
.BgClassName
{
background-color: #D4936A;
}
</style>
border-color css
<style>
span { border-color: #D4936A; }
span { border-color: rgb(212,147,106); }
td.TdClassName
{
border-color: #D4936A;
}
.TagClassName
{
border-color: #D4936A;
}
</style>