Shades of Tenne (Tawny) #D25508
Tints of Tenne (Tawny) #D25508
RGB
CMYK
RGB Variations
Color information
#D25508 (or 0xD25508) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 08. RGB value is (210,85,8). Sum of RGB (Red+Green+Blue) = 210+85+8=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 8 (3.52% from 255 or 2.64% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D25508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25508 is #2DAAF7. Grayscale: #727272. Windows color (decimal): -2992888 or 546258. OLE color: 546258.
HSL color Cylindrical-coordinate representation of color #D25508: hue angle of 22.87º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D25508 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 8 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.18 |
| HSL | 22.87º | 0.93% | 0.43% | - |
| HSV(B) | 22.87º | 0.96% | 0.82% | - |
| XYZ | 29.87 | 20.22 | 2.56 | - |
| YUV | 113.6 | 68.41 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 8 | 0 | 0.60 | 0.96 | 0.18 | 22.87 | 0.93 | 0.43 |
| Hex | D2 | 55 | 8 | 0 | 3C | 60 | 12 | 17 | 5D | 2B |
| Octal | 322 | 125 | 10 | 0 | 74 | 140 | 22 | 27 | 135 | 53 |
| Binary | 11010010 | 1010101 | 1000 | 0 | 111100 | 1100000 | 10010 | 10111 | 1011101 | 101011 |
Color Harmonies of #D25508
Complementary color
Monochromatic Colors of #D25508
Black with #D25508
Text Example
Text Example
White with #D25508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25508; }
p { color: rgb(210,85,8); }
H1.HeaderClassName
{
color: #D25508;
}
.AnyTagClassName
{
color: #D25508;
}
</style>
background-color css
<style>
a { background-color: #D25508; }
a { background-color: rgb(210,85,8); }
div.DivClassName
{
background-color: #D25508;
}
.BgClassName
{
background-color: #D25508;
}
</style>
border-color css
<style>
span { border-color: #D25508; }
span { border-color: rgb(210,85,8); }
td.TdClassName
{
border-color: #D25508;
}
.TagClassName
{
border-color: #D25508;
}
</style>