Shades of Tenne (Tawny) #D25501
Tints of Tenne (Tawny) #D25501
RGB
CMYK
RGB Variations
Color information
#D25501 (or 0xD25501) is known color: Tenne (Tawny). HEX triplet: D2, 55 and 01. RGB value is (210,85,1). Sum of RGB (Red+Green+Blue) = 210+85+1=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D25501 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25501 is #2DAAFE. Grayscale: #717171. Windows color (decimal): -2992895 or 87506. OLE color: 87506.
HSL color Cylindrical-coordinate representation of color #D25501: hue angle of 24.11º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D25501 is Cyan = 0, Magento = 0.60, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 85 | 1 | - |
| CMYK | 0 | 0.60 | 1.00 | 0.18 |
| HSL | 24.11º | 0.99% | 0.41% | - |
| HSV(B) | 24.11º | 1% | 0.82% | - |
| XYZ | 29.83 | 20.2 | 2.36 | - |
| YUV | 112.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 85 | 1 | 0 | 0.60 | 1.00 | 0.18 | 24.11 | 0.99 | 0.41 |
| Hex | D2 | 55 | 1 | 0 | 3C | 64 | 12 | 18 | 63 | 29 |
| Octal | 322 | 125 | 1 | 0 | 74 | 144 | 22 | 30 | 143 | 51 |
| Binary | 11010010 | 1010101 | 1 | 0 | 111100 | 1100100 | 10010 | 11000 | 1100011 | 101001 |
Color Harmonies of #D25501
Complementary color
Monochromatic Colors of #D25501
Black with #D25501
Text Example
Text Example
White with #D25501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25501; }
p { color: rgb(210,85,1); }
H1.HeaderClassName
{
color: #D25501;
}
.AnyTagClassName
{
color: #D25501;
}
</style>
background-color css
<style>
a { background-color: #D25501; }
a { background-color: rgb(210,85,1); }
div.DivClassName
{
background-color: #D25501;
}
.BgClassName
{
background-color: #D25501;
}
</style>
border-color css
<style>
span { border-color: #D25501; }
span { border-color: rgb(210,85,1); }
td.TdClassName
{
border-color: #D25501;
}
.TagClassName
{
border-color: #D25501;
}
</style>