Shades of Whiskey Sour #D5924F
Tints of Whiskey Sour #D5924F
RGB
CMYK
RGB Variations
Color information
#D5924F (or 0xD5924F) is known color: Whiskey Sour. HEX triplet: D5, 92 and 4F. RGB value is (213,146,79). Sum of RGB (Red+Green+Blue) = 213+146+79=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5924F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5924F is #2A6DB0. Grayscale: #9E9E9E. Windows color (decimal): -2780593 or 5214933. OLE color: 5214933.
HSL color Cylindrical-coordinate representation of color #D5924F: hue angle of 30º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D5924F is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 79 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.16 |
| HSL | 30º | 0.61% | 0.57% | - |
| HSV(B) | 30º | 0.63% | 0.84% | - |
| XYZ | 39.13 | 35.27 | 12.14 | - |
| YUV | 158.4 | 83.2 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 79 | 0 | 0.31 | 0.63 | 0.16 | 30 | 0.61 | 0.57 |
| Hex | D5 | 92 | 4F | 0 | 1F | 3F | 10 | 1E | 3D | 39 |
| Octal | 325 | 222 | 117 | 0 | 37 | 77 | 20 | 36 | 75 | 71 |
| Binary | 11010101 | 10010010 | 1001111 | 0 | 11111 | 111111 | 10000 | 11110 | 111101 | 111001 |
Color Harmonies of #D5924F
Complementary color
Monochromatic Colors of #D5924F
Black with #D5924F
Text Example
Text Example
White with #D5924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5924F; }
p { color: rgb(213,146,79); }
H1.HeaderClassName
{
color: #D5924F;
}
.AnyTagClassName
{
color: #D5924F;
}
</style>
background-color css
<style>
a { background-color: #D5924F; }
a { background-color: rgb(213,146,79); }
div.DivClassName
{
background-color: #D5924F;
}
.BgClassName
{
background-color: #D5924F;
}
</style>
border-color css
<style>
span { border-color: #D5924F; }
span { border-color: rgb(213,146,79); }
td.TdClassName
{
border-color: #D5924F;
}
.TagClassName
{
border-color: #D5924F;
}
</style>