Shades of Whiskey Sour #D4905C
Tints of Whiskey Sour #D4905C
RGB
CMYK
RGB Variations
Color information
#D4905C (or 0xD4905C) is known color: Whiskey Sour. HEX triplet: D4, 90 and 5C. RGB value is (212,144,92). Sum of RGB (Red+Green+Blue) = 212+144+92=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4905C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4905C is #2B6FA3. Grayscale: #9E9E9E. Windows color (decimal): -2846628 or 6066388. OLE color: 6066388.
HSL color Cylindrical-coordinate representation of color #D4905C: hue angle of 26º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4905C is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 144 | 92 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.17 |
| HSL | 26º | 0.58% | 0.6% | - |
| HSV(B) | 26º | 0.57% | 0.83% | - |
| XYZ | 39.06 | 34.72 | 14.77 | - |
| YUV | 158.4 | 90.53 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 144 | 92 | 0 | 0.32 | 0.57 | 0.17 | 26 | 0.58 | 0.6 |
| Hex | D4 | 90 | 5C | 0 | 20 | 39 | 11 | 1A | 3A | 3C |
| Octal | 324 | 220 | 134 | 0 | 40 | 71 | 21 | 32 | 72 | 74 |
| Binary | 11010100 | 10010000 | 1011100 | 0 | 100000 | 111001 | 10001 | 11010 | 111010 | 111100 |
Color Harmonies of #D4905C
Complementary color
Monochromatic Colors of #D4905C
Black with #D4905C
Text Example
Text Example
White with #D4905C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4905C; }
p { color: rgb(212,144,92); }
H1.HeaderClassName
{
color: #D4905C;
}
.AnyTagClassName
{
color: #D4905C;
}
</style>
background-color css
<style>
a { background-color: #D4905C; }
a { background-color: rgb(212,144,92); }
div.DivClassName
{
background-color: #D4905C;
}
.BgClassName
{
background-color: #D4905C;
}
</style>
border-color css
<style>
span { border-color: #D4905C; }
span { border-color: rgb(212,144,92); }
td.TdClassName
{
border-color: #D4905C;
}
.TagClassName
{
border-color: #D4905C;
}
</style>