Shades of Tenne (Tawny) #D04800
Tints of Tenne (Tawny) #D04800
RGB
CMYK
RGB Variations
Color information
#D04800 (or 0xD04800) is known color: Tenne (Tawny). HEX triplet: D0, 48 and 00. RGB value is (208,72,0). Sum of RGB (Red+Green+Blue) = 208+72+0=280 (37% of max value = 765). Red value is 208 (81.64% from 255 or 74.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 208 - color contains mainly: red. Hex color #D04800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04800 is #2FB7FF. Grayscale: #686868. Windows color (decimal): -3127296 or 18640. OLE color: 18640.
HSL color Cylindrical-coordinate representation of color #D04800: hue angle of 20.77º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D04800 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 72 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.18 |
| HSL | 20.77º | 1% | 0.41% | - |
| HSV(B) | 20.77º | 1% | 0.82% | - |
| XYZ | 28.33 | 18.04 | 1.99 | - |
| YUV | 104.46 | 69.06 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 72 | 0 | 0 | 0.65 | 1 | 0.18 | 20.77 | 1 | 0.41 |
| Hex | D0 | 48 | 0 | 0 | 41 | 64 | 12 | 15 | 64 | 29 |
| Octal | 320 | 110 | 0 | 0 | 101 | 144 | 22 | 25 | 144 | 51 |
| Binary | 11010000 | 1001000 | 0 | 0 | 1000001 | 1100100 | 10010 | 10101 | 1100100 | 101001 |
Color Harmonies of #D04800
Complementary color
Monochromatic Colors of #D04800
Black with #D04800
Text Example
Text Example
White with #D04800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04800; }
p { color: rgb(208,72,0); }
H1.HeaderClassName
{
color: #D04800;
}
.AnyTagClassName
{
color: #D04800;
}
</style>
background-color css
<style>
a { background-color: #D04800; }
a { background-color: rgb(208,72,0); }
div.DivClassName
{
background-color: #D04800;
}
.BgClassName
{
background-color: #D04800;
}
</style>
border-color css
<style>
span { border-color: #D04800; }
span { border-color: rgb(208,72,0); }
td.TdClassName
{
border-color: #D04800;
}
.TagClassName
{
border-color: #D04800;
}
</style>