Shades of Tenne (Tawny) #D04D03
Tints of Tenne (Tawny) #D04D03
RGB
CMYK
RGB Variations
Color information
#D04D03 (or 0xD04D03) is known color: Tenne (Tawny). HEX triplet: D0, 4D and 03. RGB value is (208,77,3). Sum of RGB (Red+Green+Blue) = 208+77+3=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D04D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D04D03 is #2FB2FC. Grayscale: #6C6C6C. Windows color (decimal): -3126013 or 216528. OLE color: 216528.
HSL color Cylindrical-coordinate representation of color #D04D03: hue angle of 21.66º 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 #D04D03 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 77 | 3 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.18 |
| HSL | 21.66º | 0.97% | 0.41% | - |
| HSV(B) | 21.66º | 0.99% | 0.82% | - |
| XYZ | 28.68 | 18.72 | 2.19 | - |
| YUV | 107.73 | 68.9 | 199.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 77 | 3 | 0 | 0.63 | 0.99 | 0.18 | 21.66 | 0.97 | 0.41 |
| Hex | D0 | 4D | 3 | 0 | 3F | 63 | 12 | 16 | 61 | 29 |
| Octal | 320 | 115 | 3 | 0 | 77 | 143 | 22 | 26 | 141 | 51 |
| Binary | 11010000 | 1001101 | 11 | 0 | 111111 | 1100011 | 10010 | 10110 | 1100001 | 101001 |
Color Harmonies of #D04D03
Complementary color
Monochromatic Colors of #D04D03
Black with #D04D03
Text Example
Text Example
White with #D04D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04D03; }
p { color: rgb(208,77,3); }
H1.HeaderClassName
{
color: #D04D03;
}
.AnyTagClassName
{
color: #D04D03;
}
</style>
background-color css
<style>
a { background-color: #D04D03; }
a { background-color: rgb(208,77,3); }
div.DivClassName
{
background-color: #D04D03;
}
.BgClassName
{
background-color: #D04D03;
}
</style>
border-color css
<style>
span { border-color: #D04D03; }
span { border-color: rgb(208,77,3); }
td.TdClassName
{
border-color: #D04D03;
}
.TagClassName
{
border-color: #D04D03;
}
</style>