Shades of Tenne (Tawny) #D25612
Tints of Tenne (Tawny) #D25612
RGB
CMYK
RGB Variations
Color information
#D25612 (or 0xD25612) is known color: Tenne (Tawny). HEX triplet: D2, 56 and 12. RGB value is (210,86,18). Sum of RGB (Red+Green+Blue) = 210+86+18=314 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.88% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 210 - color contains mainly: red. Hex color #D25612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D25612 is #2DA9ED. Grayscale: #737373. Windows color (decimal): -2992622 or 1201874. OLE color: 1201874.
HSL color Cylindrical-coordinate representation of color #D25612: hue angle of 21.25º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D25612 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 86 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.18 |
| HSL | 21.25º | 0.84% | 0.45% | - |
| HSV(B) | 21.25º | 0.91% | 0.82% | - |
| XYZ | 30.02 | 20.4 | 2.93 | - |
| YUV | 115.32 | 73.08 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 86 | 18 | 0 | 0.59 | 0.91 | 0.18 | 21.25 | 0.84 | 0.45 |
| Hex | D2 | 56 | 12 | 0 | 3B | 5B | 12 | 15 | 54 | 2D |
| Octal | 322 | 126 | 22 | 0 | 73 | 133 | 22 | 25 | 124 | 55 |
| Binary | 11010010 | 1010110 | 10010 | 0 | 111011 | 1011011 | 10010 | 10101 | 1010100 | 101101 |
Color Harmonies of #D25612
Complementary color
Monochromatic Colors of #D25612
Black with #D25612
Text Example
Text Example
White with #D25612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D25612; }
p { color: rgb(210,86,18); }
H1.HeaderClassName
{
color: #D25612;
}
.AnyTagClassName
{
color: #D25612;
}
</style>
background-color css
<style>
a { background-color: #D25612; }
a { background-color: rgb(210,86,18); }
div.DivClassName
{
background-color: #D25612;
}
.BgClassName
{
background-color: #D25612;
}
</style>
border-color css
<style>
span { border-color: #D25612; }
span { border-color: rgb(210,86,18); }
td.TdClassName
{
border-color: #D25612;
}
.TagClassName
{
border-color: #D25612;
}
</style>