Shades of Tenne (Tawny) #DC590B
Tints of Tenne (Tawny) #DC590B
RGB
CMYK
RGB Variations
Color information
#DC590B (or 0xDC590B) is known color: Tenne (Tawny). HEX triplet: DC, 59 and 0B. RGB value is (220,89,11). Sum of RGB (Red+Green+Blue) = 220+89+11=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC590B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC590B is #23A6F4. Grayscale: #777777. Windows color (decimal): -2336501 or 743900. OLE color: 743900.
HSL color Cylindrical-coordinate representation of color #DC590B: hue angle of 22.39º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC590B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 89 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.14 |
| HSL | 22.39º | 0.9% | 0.45% | - |
| HSV(B) | 22.39º | 0.95% | 0.86% | - |
| XYZ | 33.15 | 22.38 | 2.89 | - |
| YUV | 119.28 | 66.9 | 199.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 89 | 11 | 0 | 0.60 | 0.95 | 0.14 | 22.39 | 0.9 | 0.45 |
| Hex | DC | 59 | B | 0 | 3C | 5F | E | 16 | 5A | 2D |
| Octal | 334 | 131 | 13 | 0 | 74 | 137 | 16 | 26 | 132 | 55 |
| Binary | 11011100 | 1011001 | 1011 | 0 | 111100 | 1011111 | 1110 | 10110 | 1011010 | 101101 |
Color Harmonies of #DC590B
Complementary color
Monochromatic Colors of #DC590B
Black with #DC590B
Text Example
Text Example
White with #DC590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC590B; }
p { color: rgb(220,89,11); }
H1.HeaderClassName
{
color: #DC590B;
}
.AnyTagClassName
{
color: #DC590B;
}
</style>
background-color css
<style>
a { background-color: #DC590B; }
a { background-color: rgb(220,89,11); }
div.DivClassName
{
background-color: #DC590B;
}
.BgClassName
{
background-color: #DC590B;
}
</style>
border-color css
<style>
span { border-color: #DC590B; }
span { border-color: rgb(220,89,11); }
td.TdClassName
{
border-color: #DC590B;
}
.TagClassName
{
border-color: #DC590B;
}
</style>