Shades of Tenne (Tawny) #D25802
Tints of Tenne (Tawny) #D25802
RGB
CMYK
RGB Variations
Color information
#D25802 (or 0xD25802) is known color: Tenne (Tawny). HEX triplet: D2, 58 and 02. RGB value is (210,88,2). Sum of RGB (Red+Green+Blue) = 210+88+2=300 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 210 - color contains mainly: red. Hex color #D25802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25802 is #2DA7FD. Grayscale: #737373. Windows color (decimal): -2992126 or 153810. OLE color: 153810.
HSL color Cylindrical-coordinate representation of color #D25802: hue angle of 24.81º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D25802 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 88 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.18 |
| HSL | 24.81º | 0.98% | 0.42% | - |
| HSV(B) | 24.81º | 0.99% | 0.82% | - |
| XYZ | 30.08 | 20.69 | 2.46 | - |
| YUV | 114.67 | 64.42 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 88 | 2 | 0 | 0.58 | 0.99 | 0.18 | 24.81 | 0.98 | 0.42 |
| Hex | D2 | 58 | 2 | 0 | 3A | 63 | 12 | 19 | 62 | 2A |
| Octal | 322 | 130 | 2 | 0 | 72 | 143 | 22 | 31 | 142 | 52 |
| Binary | 11010010 | 1011000 | 10 | 0 | 111010 | 1100011 | 10010 | 11001 | 1100010 | 101010 |
Color Harmonies of #D25802
Complementary color
Monochromatic Colors of #D25802
Black with #D25802
Text Example
Text Example
White with #D25802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25802; }
p { color: rgb(210,88,2); }
H1.HeaderClassName
{
color: #D25802;
}
.AnyTagClassName
{
color: #D25802;
}
</style>
background-color css
<style>
a { background-color: #D25802; }
a { background-color: rgb(210,88,2); }
div.DivClassName
{
background-color: #D25802;
}
.BgClassName
{
background-color: #D25802;
}
</style>
border-color css
<style>
span { border-color: #D25802; }
span { border-color: rgb(210,88,2); }
td.TdClassName
{
border-color: #D25802;
}
.TagClassName
{
border-color: #D25802;
}
</style>