Shades of Whiskey #D69568
Tints of Whiskey #D69568
RGB
CMYK
RGB Variations
Color information
#D69568 (or 0xD69568) is known color: Whiskey. HEX triplet: D6, 95 and 68. RGB value is (214,149,104). Sum of RGB (Red+Green+Blue) = 214+149+104=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D69568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69568 is #296A97. Grayscale: #A3A3A3. Windows color (decimal): -2714264 or 6854102. OLE color: 6854102.
HSL color Cylindrical-coordinate representation of color #D69568: hue angle of 24.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D69568 is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 149 | 104 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.16 |
| HSL | 24.55º | 0.57% | 0.62% | - |
| HSV(B) | 24.55º | 0.51% | 0.84% | - |
| XYZ | 40.98 | 36.79 | 18.04 | - |
| YUV | 163.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 149 | 104 | 0 | 0.30 | 0.51 | 0.16 | 24.55 | 0.57 | 0.62 |
| Hex | D6 | 95 | 68 | 0 | 1E | 33 | 10 | 19 | 39 | 3E |
| Octal | 326 | 225 | 150 | 0 | 36 | 63 | 20 | 31 | 71 | 76 |
| Binary | 11010110 | 10010101 | 1101000 | 0 | 11110 | 110011 | 10000 | 11001 | 111001 | 111110 |
Color Harmonies of #D69568
Complementary color
Monochromatic Colors of #D69568
Black with #D69568
Text Example
Text Example
White with #D69568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69568; }
p { color: rgb(214,149,104); }
H1.HeaderClassName
{
color: #D69568;
}
.AnyTagClassName
{
color: #D69568;
}
</style>
background-color css
<style>
a { background-color: #D69568; }
a { background-color: rgb(214,149,104); }
div.DivClassName
{
background-color: #D69568;
}
.BgClassName
{
background-color: #D69568;
}
</style>
border-color css
<style>
span { border-color: #D69568; }
span { border-color: rgb(214,149,104); }
td.TdClassName
{
border-color: #D69568;
}
.TagClassName
{
border-color: #D69568;
}
</style>