Shades of Whiskey #D5926B
Tints of Whiskey #D5926B
RGB
CMYK
RGB Variations
Color information
#D5926B (or 0xD5926B) is known color: Whiskey. HEX triplet: D5, 92 and 6B. RGB value is (213,146,107). Sum of RGB (Red+Green+Blue) = 213+146+107=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 146 (57.42% from 255 or 31.33% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 213 - color contains mainly: red. Hex color #D5926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5926B is #2A6D94. Grayscale: #A1A1A1. Windows color (decimal): -2780565 or 7049941. OLE color: 7049941.
HSL color Cylindrical-coordinate representation of color #D5926B: hue angle of 22.08º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5926B is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 107 | - |
| CMYK | 0 | 0.31 | 0.50 | 0.16 |
| HSL | 22.08º | 0.56% | 0.63% | - |
| HSV(B) | 22.08º | 0.5% | 0.84% | - |
| XYZ | 40.37 | 35.77 | 18.69 | - |
| YUV | 161.59 | 97.2 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 107 | 0 | 0.31 | 0.50 | 0.16 | 22.08 | 0.56 | 0.63 |
| Hex | D5 | 92 | 6B | 0 | 1F | 32 | 10 | 16 | 38 | 3F |
| Octal | 325 | 222 | 153 | 0 | 37 | 62 | 20 | 26 | 70 | 77 |
| Binary | 11010101 | 10010010 | 1101011 | 0 | 11111 | 110010 | 10000 | 10110 | 111000 | 111111 |
Color Harmonies of #D5926B
Complementary color
Monochromatic Colors of #D5926B
Black with #D5926B
Text Example
Text Example
White with #D5926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5926B; }
p { color: rgb(213,146,107); }
H1.HeaderClassName
{
color: #D5926B;
}
.AnyTagClassName
{
color: #D5926B;
}
</style>
background-color css
<style>
a { background-color: #D5926B; }
a { background-color: rgb(213,146,107); }
div.DivClassName
{
background-color: #D5926B;
}
.BgClassName
{
background-color: #D5926B;
}
</style>
border-color css
<style>
span { border-color: #D5926B; }
span { border-color: rgb(213,146,107); }
td.TdClassName
{
border-color: #D5926B;
}
.TagClassName
{
border-color: #D5926B;
}
</style>