Shades of Tenne (Tawny) #D0580B
Tints of Tenne (Tawny) #D0580B
RGB
CMYK
RGB Variations
Color information
#D0580B (or 0xD0580B) is known color: Tenne (Tawny). HEX triplet: D0, 58 and 0B. RGB value is (208,88,11). Sum of RGB (Red+Green+Blue) = 208+88+11=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0580B is #2FA7F4. Grayscale: #737373. Windows color (decimal): -3123189 or 743632. OLE color: 743632.
HSL color Cylindrical-coordinate representation of color #D0580B: hue angle of 23.45º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0580B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.18 |
| HSL | 23.45º | 0.9% | 0.43% | - |
| HSV(B) | 23.45º | 0.95% | 0.82% | - |
| XYZ | 29.56 | 20.41 | 2.7 | - |
| YUV | 115.1 | 69.26 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 11 | 0 | 0.58 | 0.95 | 0.18 | 23.45 | 0.9 | 0.43 |
| Hex | D0 | 58 | B | 0 | 3A | 5F | 12 | 17 | 5A | 2B |
| Octal | 320 | 130 | 13 | 0 | 72 | 137 | 22 | 27 | 132 | 53 |
| Binary | 11010000 | 1011000 | 1011 | 0 | 111010 | 1011111 | 10010 | 10111 | 1011010 | 101011 |
Color Harmonies of #D0580B
Complementary color
Monochromatic Colors of #D0580B
Black with #D0580B
Text Example
Text Example
White with #D0580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0580B; }
p { color: rgb(208,88,11); }
H1.HeaderClassName
{
color: #D0580B;
}
.AnyTagClassName
{
color: #D0580B;
}
</style>
background-color css
<style>
a { background-color: #D0580B; }
a { background-color: rgb(208,88,11); }
div.DivClassName
{
background-color: #D0580B;
}
.BgClassName
{
background-color: #D0580B;
}
</style>
border-color css
<style>
span { border-color: #D0580B; }
span { border-color: rgb(208,88,11); }
td.TdClassName
{
border-color: #D0580B;
}
.TagClassName
{
border-color: #D0580B;
}
</style>