Shades of Tenne (Tawny) #D04503
Tints of Tenne (Tawny) #D04503
RGB
CMYK
RGB Variations
Color information
#D04503 (or 0xD04503) is known color: Tenne (Tawny). HEX triplet: D0, 45 and 03. RGB value is (208,69,3). Sum of RGB (Red+Green+Blue) = 208+69+3=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D04503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04503 is #2FBAFC. Grayscale: #676767. Windows color (decimal): -3128061 or 214480. OLE color: 214480.
HSL color Cylindrical-coordinate representation of color #D04503: hue angle of 19.32º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D04503 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 3 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.18 |
| HSL | 19.32º | 0.97% | 0.41% | - |
| HSV(B) | 19.32º | 0.99% | 0.82% | - |
| XYZ | 28.16 | 17.67 | 2.01 | - |
| YUV | 103.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 3 | 0 | 0.67 | 0.99 | 0.18 | 19.32 | 0.97 | 0.41 |
| Hex | D0 | 45 | 3 | 0 | 43 | 63 | 12 | 13 | 61 | 29 |
| Octal | 320 | 105 | 3 | 0 | 103 | 143 | 22 | 23 | 141 | 51 |
| Binary | 11010000 | 1000101 | 11 | 0 | 1000011 | 1100011 | 10010 | 10011 | 1100001 | 101001 |
Color Harmonies of #D04503
Complementary color
Monochromatic Colors of #D04503
Black with #D04503
Text Example
Text Example
White with #D04503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04503; }
p { color: rgb(208,69,3); }
H1.HeaderClassName
{
color: #D04503;
}
.AnyTagClassName
{
color: #D04503;
}
</style>
background-color css
<style>
a { background-color: #D04503; }
a { background-color: rgb(208,69,3); }
div.DivClassName
{
background-color: #D04503;
}
.BgClassName
{
background-color: #D04503;
}
</style>
border-color css
<style>
span { border-color: #D04503; }
span { border-color: rgb(208,69,3); }
td.TdClassName
{
border-color: #D04503;
}
.TagClassName
{
border-color: #D04503;
}
</style>