Shades of Tenne (Tawny) #D25807
Tints of Tenne (Tawny) #D25807
RGB
CMYK
RGB Variations
Color information
#D25807 (or 0xD25807) is known color: Tenne (Tawny). HEX triplet: D2, 58 and 07. RGB value is (210,88,7). Sum of RGB (Red+Green+Blue) = 210+88+7=305 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.85% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 7 (3.12% from 255 or 2.30% from 305); Max value from RGB is 210 - color contains mainly: red. Hex color #D25807 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25807 is #2DA7F8. Grayscale: #737373. Windows color (decimal): -2992121 or 481490. OLE color: 481490.
HSL color Cylindrical-coordinate representation of color #D25807: hue angle of 23.94º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D25807 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.18 |
| HSL | 23.94º | 0.94% | 0.43% | - |
| HSV(B) | 23.94º | 0.97% | 0.82% | - |
| XYZ | 30.11 | 20.7 | 2.61 | - |
| YUV | 115.24 | 66.92 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 7 | 0 | 0.58 | 0.97 | 0.18 | 23.94 | 0.94 | 0.43 |
| Hex | D2 | 58 | 7 | 0 | 3A | 61 | 12 | 18 | 5E | 2B |
| Octal | 322 | 130 | 7 | 0 | 72 | 141 | 22 | 30 | 136 | 53 |
| Binary | 11010010 | 1011000 | 111 | 0 | 111010 | 1100001 | 10010 | 11000 | 1011110 | 101011 |
Color Harmonies of #D25807
Complementary color
Monochromatic Colors of #D25807
Black with #D25807
Text Example
Text Example
White with #D25807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25807; }
p { color: rgb(210,88,7); }
H1.HeaderClassName
{
color: #D25807;
}
.AnyTagClassName
{
color: #D25807;
}
</style>
background-color css
<style>
a { background-color: #D25807; }
a { background-color: rgb(210,88,7); }
div.DivClassName
{
background-color: #D25807;
}
.BgClassName
{
background-color: #D25807;
}
</style>
border-color css
<style>
span { border-color: #D25807; }
span { border-color: rgb(210,88,7); }
td.TdClassName
{
border-color: #D25807;
}
.TagClassName
{
border-color: #D25807;
}
</style>