Shades of Tenne (Tawny) #D25804
Tints of Tenne (Tawny) #D25804
RGB
CMYK
RGB Variations
Color information
#D25804 (or 0xD25804) is known color: Tenne (Tawny). HEX triplet: D2, 58 and 04. RGB value is (210,88,4). Sum of RGB (Red+Green+Blue) = 210+88+4=302 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.54% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 4 (1.95% from 255 or 1.32% from 302); Max value from RGB is 210 - color contains mainly: red. Hex color #D25804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25804 is #2DA7FB. Grayscale: #737373. Windows color (decimal): -2992124 or 284882. OLE color: 284882.
HSL color Cylindrical-coordinate representation of color #D25804: hue angle of 24.47º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D25804 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.18 |
| HSL | 24.47º | 0.96% | 0.42% | - |
| HSV(B) | 24.47º | 0.98% | 0.82% | - |
| XYZ | 30.09 | 20.69 | 2.52 | - |
| YUV | 114.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 4 | 0 | 0.58 | 0.98 | 0.18 | 24.47 | 0.96 | 0.42 |
| Hex | D2 | 58 | 4 | 0 | 3A | 62 | 12 | 18 | 60 | 2A |
| Octal | 322 | 130 | 4 | 0 | 72 | 142 | 22 | 30 | 140 | 52 |
| Binary | 11010010 | 1011000 | 100 | 0 | 111010 | 1100010 | 10010 | 11000 | 1100000 | 101010 |
Color Harmonies of #D25804
Complementary color
Monochromatic Colors of #D25804
Black with #D25804
Text Example
Text Example
White with #D25804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25804; }
p { color: rgb(210,88,4); }
H1.HeaderClassName
{
color: #D25804;
}
.AnyTagClassName
{
color: #D25804;
}
</style>
background-color css
<style>
a { background-color: #D25804; }
a { background-color: rgb(210,88,4); }
div.DivClassName
{
background-color: #D25804;
}
.BgClassName
{
background-color: #D25804;
}
</style>
border-color css
<style>
span { border-color: #D25804; }
span { border-color: rgb(210,88,4); }
td.TdClassName
{
border-color: #D25804;
}
.TagClassName
{
border-color: #D25804;
}
</style>