Shades of Tenne (Tawny) #D2580C
Tints of Tenne (Tawny) #D2580C
RGB
CMYK
RGB Variations
Color information
#D2580C (or 0xD2580C) is known color: Tenne (Tawny). HEX triplet: D2, 58 and 0C. RGB value is (210,88,12). Sum of RGB (Red+Green+Blue) = 210+88+12=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D2580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2580C is #2DA7F3. Grayscale: #747474. Windows color (decimal): -2992116 or 809170. OLE color: 809170.
HSL color Cylindrical-coordinate representation of color #D2580C: hue angle of 23.03º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2580C is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 12 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.18 |
| HSL | 23.03º | 0.89% | 0.44% | - |
| HSV(B) | 23.03º | 0.94% | 0.82% | - |
| XYZ | 30.13 | 20.71 | 2.76 | - |
| YUV | 115.81 | 69.42 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 12 | 0 | 0.58 | 0.94 | 0.18 | 23.03 | 0.89 | 0.44 |
| Hex | D2 | 58 | C | 0 | 3A | 5E | 12 | 17 | 59 | 2C |
| Octal | 322 | 130 | 14 | 0 | 72 | 136 | 22 | 27 | 131 | 54 |
| Binary | 11010010 | 1011000 | 1100 | 0 | 111010 | 1011110 | 10010 | 10111 | 1011001 | 101100 |
Color Harmonies of #D2580C
Complementary color
Monochromatic Colors of #D2580C
Black with #D2580C
Text Example
Text Example
White with #D2580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2580C; }
p { color: rgb(210,88,12); }
H1.HeaderClassName
{
color: #D2580C;
}
.AnyTagClassName
{
color: #D2580C;
}
</style>
background-color css
<style>
a { background-color: #D2580C; }
a { background-color: rgb(210,88,12); }
div.DivClassName
{
background-color: #D2580C;
}
.BgClassName
{
background-color: #D2580C;
}
</style>
border-color css
<style>
span { border-color: #D2580C; }
span { border-color: rgb(210,88,12); }
td.TdClassName
{
border-color: #D2580C;
}
.TagClassName
{
border-color: #D2580C;
}
</style>