Shades of Tenne (Tawny) #D0580F
Tints of Tenne (Tawny) #D0580F
RGB
CMYK
RGB Variations
Color information
#D0580F (or 0xD0580F) is known color: Tenne (Tawny). HEX triplet: D0, 58 and 0F. RGB value is (208,88,15). Sum of RGB (Red+Green+Blue) = 208+88+15=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 15 (6.25% from 255 or 4.82% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D0580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0580F is #2FA7F0. Grayscale: #737373. Windows color (decimal): -3123185 or 1005776. OLE color: 1005776.
HSL color Cylindrical-coordinate representation of color #D0580F: hue angle of 22.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0580F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 88 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.18 |
| HSL | 22.69º | 0.87% | 0.44% | - |
| HSV(B) | 22.69º | 0.93% | 0.82% | - |
| XYZ | 29.59 | 20.42 | 2.83 | - |
| YUV | 115.56 | 71.26 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 15 | 0 | 0.58 | 0.93 | 0.18 | 22.69 | 0.87 | 0.44 |
| Hex | D0 | 58 | F | 0 | 3A | 5D | 12 | 17 | 57 | 2C |
| Octal | 320 | 130 | 17 | 0 | 72 | 135 | 22 | 27 | 127 | 54 |
| Binary | 11010000 | 1011000 | 1111 | 0 | 111010 | 1011101 | 10010 | 10111 | 1010111 | 101100 |
Color Harmonies of #D0580F
Complementary color
Monochromatic Colors of #D0580F
Black with #D0580F
Text Example
Text Example
White with #D0580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0580F; }
p { color: rgb(208,88,15); }
H1.HeaderClassName
{
color: #D0580F;
}
.AnyTagClassName
{
color: #D0580F;
}
</style>
background-color css
<style>
a { background-color: #D0580F; }
a { background-color: rgb(208,88,15); }
div.DivClassName
{
background-color: #D0580F;
}
.BgClassName
{
background-color: #D0580F;
}
</style>
border-color css
<style>
span { border-color: #D0580F; }
span { border-color: rgb(208,88,15); }
td.TdClassName
{
border-color: #D0580F;
}
.TagClassName
{
border-color: #D0580F;
}
</style>