Shades of Whiskey Sour #DC905B
Tints of Whiskey Sour #DC905B
RGB
CMYK
RGB Variations
Color information
#DC905B (or 0xDC905B) is known color: Whiskey Sour. HEX triplet: DC, 90 and 5B. RGB value is (220,144,91). Sum of RGB (Red+Green+Blue) = 220+144+91=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC905B is #236FA4. Grayscale: #A0A0A0. Windows color (decimal): -2322341 or 6000860. OLE color: 6000860.
HSL color Cylindrical-coordinate representation of color #DC905B: hue angle of 24.65º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC905B is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 144 | 91 | - |
| CMYK | 0 | 0.35 | 0.59 | 0.14 |
| HSL | 24.65º | 0.65% | 0.61% | - |
| HSV(B) | 24.65º | 0.59% | 0.86% | - |
| XYZ | 41.38 | 35.92 | 14.65 | - |
| YUV | 160.68 | 88.68 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 144 | 91 | 0 | 0.35 | 0.59 | 0.14 | 24.65 | 0.65 | 0.61 |
| Hex | DC | 90 | 5B | 0 | 23 | 3B | E | 19 | 41 | 3D |
| Octal | 334 | 220 | 133 | 0 | 43 | 73 | 16 | 31 | 101 | 75 |
| Binary | 11011100 | 10010000 | 1011011 | 0 | 100011 | 111011 | 1110 | 11001 | 1000001 | 111101 |
Color Harmonies of #DC905B
Complementary color
Monochromatic Colors of #DC905B
Black with #DC905B
Text Example
Text Example
White with #DC905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC905B; }
p { color: rgb(220,144,91); }
H1.HeaderClassName
{
color: #DC905B;
}
.AnyTagClassName
{
color: #DC905B;
}
</style>
background-color css
<style>
a { background-color: #DC905B; }
a { background-color: rgb(220,144,91); }
div.DivClassName
{
background-color: #DC905B;
}
.BgClassName
{
background-color: #DC905B;
}
</style>
border-color css
<style>
span { border-color: #DC905B; }
span { border-color: rgb(220,144,91); }
td.TdClassName
{
border-color: #DC905B;
}
.TagClassName
{
border-color: #DC905B;
}
</style>