Shades of Tenne (Tawny) #D84800
Tints of Tenne (Tawny) #D84800
RGB
CMYK
RGB Variations
Color information
#D84800 (or 0xD84800) is known color: Tenne (Tawny). HEX triplet: D8, 48 and 00. RGB value is (216,72,0). Sum of RGB (Red+Green+Blue) = 216+72+0=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 0 (0.39% from 255 or 0% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D84800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84800 is #27B7FF. Grayscale: #6B6B6B. Windows color (decimal): -2603008 or 18648. OLE color: 18648.
HSL color Cylindrical-coordinate representation of color #D84800: hue angle of 20º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D84800 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 72 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.15 |
| HSL | 20º | 1% | 0.42% | - |
| HSV(B) | 20º | 1% | 0.85% | - |
| XYZ | 30.64 | 19.23 | 2.1 | - |
| YUV | 106.85 | 67.71 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 72 | 0 | 0 | 0.67 | 1 | 0.15 | 20 | 1 | 0.42 |
| Hex | D8 | 48 | 0 | 0 | 43 | 64 | F | 14 | 64 | 2A |
| Octal | 330 | 110 | 0 | 0 | 103 | 144 | 17 | 24 | 144 | 52 |
| Binary | 11011000 | 1001000 | 0 | 0 | 1000011 | 1100100 | 1111 | 10100 | 1100100 | 101010 |
Color Harmonies of #D84800
Complementary color
Monochromatic Colors of #D84800
Black with #D84800
Text Example
Text Example
White with #D84800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84800; }
p { color: rgb(216,72,0); }
H1.HeaderClassName
{
color: #D84800;
}
.AnyTagClassName
{
color: #D84800;
}
</style>
background-color css
<style>
a { background-color: #D84800; }
a { background-color: rgb(216,72,0); }
div.DivClassName
{
background-color: #D84800;
}
.BgClassName
{
background-color: #D84800;
}
</style>
border-color css
<style>
span { border-color: #D84800; }
span { border-color: rgb(216,72,0); }
td.TdClassName
{
border-color: #D84800;
}
.TagClassName
{
border-color: #D84800;
}
</style>