Shades of Tenne (Tawny) #D26403
Tints of Tenne (Tawny) #D26403
RGB
CMYK
RGB Variations
Color information
#D26403 (or 0xD26403) is known color: Tenne (Tawny). HEX triplet: D2, 64 and 03. RGB value is (210,100,3). Sum of RGB (Red+Green+Blue) = 210+100+3=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 3 (1.56% from 255 or 0.96% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D26403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26403 is #2D9BFC. Grayscale: #7A7A7A. Windows color (decimal): -2989053 or 222418. OLE color: 222418.
HSL color Cylindrical-coordinate representation of color #D26403: hue angle of 28.12º degrees, saturation: 0.97, 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 #D26403 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 100 | 3 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.18 |
| HSL | 28.12º | 0.97% | 0.42% | - |
| HSV(B) | 28.12º | 0.99% | 0.82% | - |
| XYZ | 31.15 | 22.82 | 2.85 | - |
| YUV | 121.83 | 60.94 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 100 | 3 | 0 | 0.52 | 0.99 | 0.18 | 28.12 | 0.97 | 0.42 |
| Hex | D2 | 64 | 3 | 0 | 34 | 63 | 12 | 1C | 61 | 2A |
| Octal | 322 | 144 | 3 | 0 | 64 | 143 | 22 | 34 | 141 | 52 |
| Binary | 11010010 | 1100100 | 11 | 0 | 110100 | 1100011 | 10010 | 11100 | 1100001 | 101010 |
Color Harmonies of #D26403
Complementary color
Monochromatic Colors of #D26403
Black with #D26403
Text Example
Text Example
White with #D26403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26403; }
p { color: rgb(210,100,3); }
H1.HeaderClassName
{
color: #D26403;
}
.AnyTagClassName
{
color: #D26403;
}
</style>
background-color css
<style>
a { background-color: #D26403; }
a { background-color: rgb(210,100,3); }
div.DivClassName
{
background-color: #D26403;
}
.BgClassName
{
background-color: #D26403;
}
</style>
border-color css
<style>
span { border-color: #D26403; }
span { border-color: rgb(210,100,3); }
td.TdClassName
{
border-color: #D26403;
}
.TagClassName
{
border-color: #D26403;
}
</style>