Shades of Tenne (Tawny) #D04802
Tints of Tenne (Tawny) #D04802
RGB
CMYK
RGB Variations
Color information
#D04802 (or 0xD04802) is known color: Tenne (Tawny). HEX triplet: D0, 48 and 02. RGB value is (208,72,2). Sum of RGB (Red+Green+Blue) = 208+72+2=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 2 (1.17% from 255 or 0.71% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D04802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04802 is #2FB7FD. Grayscale: #696969. Windows color (decimal): -3127294 or 149712. OLE color: 149712.
HSL color Cylindrical-coordinate representation of color #D04802: hue angle of 20.39º degrees, saturation: 0.98, 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 #D04802 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.18 |
| HSL | 20.39º | 0.98% | 0.41% | - |
| HSV(B) | 20.39º | 0.99% | 0.82% | - |
| XYZ | 28.34 | 18.05 | 2.05 | - |
| YUV | 104.68 | 70.06 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 2 | 0 | 0.65 | 0.99 | 0.18 | 20.39 | 0.98 | 0.41 |
| Hex | D0 | 48 | 2 | 0 | 41 | 63 | 12 | 14 | 62 | 29 |
| Octal | 320 | 110 | 2 | 0 | 101 | 143 | 22 | 24 | 142 | 51 |
| Binary | 11010000 | 1001000 | 10 | 0 | 1000001 | 1100011 | 10010 | 10100 | 1100010 | 101001 |
Color Harmonies of #D04802
Complementary color
Monochromatic Colors of #D04802
Black with #D04802
Text Example
Text Example
White with #D04802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04802; }
p { color: rgb(208,72,2); }
H1.HeaderClassName
{
color: #D04802;
}
.AnyTagClassName
{
color: #D04802;
}
</style>
background-color css
<style>
a { background-color: #D04802; }
a { background-color: rgb(208,72,2); }
div.DivClassName
{
background-color: #D04802;
}
.BgClassName
{
background-color: #D04802;
}
</style>
border-color css
<style>
span { border-color: #D04802; }
span { border-color: rgb(208,72,2); }
td.TdClassName
{
border-color: #D04802;
}
.TagClassName
{
border-color: #D04802;
}
</style>