Shades of Whiskey Sour #D4904F
Tints of Whiskey Sour #D4904F
RGB
CMYK
RGB Variations
Color information
#D4904F (or 0xD4904F) is known color: Whiskey Sour. HEX triplet: D4, 90 and 4F. RGB value is (212,144,79). Sum of RGB (Red+Green+Blue) = 212+144+79=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D4904F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4904F is #2B6FB0. Grayscale: #9D9D9D. Windows color (decimal): -2846641 or 5214420. OLE color: 5214420.
HSL color Cylindrical-coordinate representation of color #D4904F: hue angle of 29.32º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D4904F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 79 | - |
| CMYK | 0 | 0.32 | 0.63 | 0.17 |
| HSL | 29.32º | 0.61% | 0.57% | - |
| HSV(B) | 29.32º | 0.63% | 0.83% | - |
| XYZ | 38.54 | 34.51 | 12.03 | - |
| YUV | 156.92 | 84.03 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 79 | 0 | 0.32 | 0.63 | 0.17 | 29.32 | 0.61 | 0.57 |
| Hex | D4 | 90 | 4F | 0 | 20 | 3F | 11 | 1D | 3D | 39 |
| Octal | 324 | 220 | 117 | 0 | 40 | 77 | 21 | 35 | 75 | 71 |
| Binary | 11010100 | 10010000 | 1001111 | 0 | 100000 | 111111 | 10001 | 11101 | 111101 | 111001 |
Color Harmonies of #D4904F
Complementary color
Monochromatic Colors of #D4904F
Black with #D4904F
Text Example
Text Example
White with #D4904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4904F; }
p { color: rgb(212,144,79); }
H1.HeaderClassName
{
color: #D4904F;
}
.AnyTagClassName
{
color: #D4904F;
}
</style>
background-color css
<style>
a { background-color: #D4904F; }
a { background-color: rgb(212,144,79); }
div.DivClassName
{
background-color: #D4904F;
}
.BgClassName
{
background-color: #D4904F;
}
</style>
border-color css
<style>
span { border-color: #D4904F; }
span { border-color: rgb(212,144,79); }
td.TdClassName
{
border-color: #D4904F;
}
.TagClassName
{
border-color: #D4904F;
}
</style>