Shades of Tenne (Tawny) #D84A08
Tints of Tenne (Tawny) #D84A08
RGB
CMYK
RGB Variations
Color information
#D84A08 (or 0xD84A08) is known color: Tenne (Tawny). HEX triplet: D8, 4A and 08. RGB value is (216,74,8). Sum of RGB (Red+Green+Blue) = 216+74+8=298 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.48% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84A08 is #27B5F7. Grayscale: #6D6D6D. Windows color (decimal): -2602488 or 543448. OLE color: 543448.
HSL color Cylindrical-coordinate representation of color #D84A08: hue angle of 19.04º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D84A08 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 74 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.15 |
| HSL | 19.04º | 0.93% | 0.44% | - |
| HSV(B) | 19.04º | 0.96% | 0.85% | - |
| XYZ | 30.81 | 19.51 | 2.37 | - |
| YUV | 108.93 | 71.04 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 74 | 8 | 0 | 0.66 | 0.96 | 0.15 | 19.04 | 0.93 | 0.44 |
| Hex | D8 | 4A | 8 | 0 | 42 | 60 | F | 13 | 5D | 2C |
| Octal | 330 | 112 | 10 | 0 | 102 | 140 | 17 | 23 | 135 | 54 |
| Binary | 11011000 | 1001010 | 1000 | 0 | 1000010 | 1100000 | 1111 | 10011 | 1011101 | 101100 |
Color Harmonies of #D84A08
Complementary color
Monochromatic Colors of #D84A08
Black with #D84A08
Text Example
Text Example
White with #D84A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84A08; }
p { color: rgb(216,74,8); }
H1.HeaderClassName
{
color: #D84A08;
}
.AnyTagClassName
{
color: #D84A08;
}
</style>
background-color css
<style>
a { background-color: #D84A08; }
a { background-color: rgb(216,74,8); }
div.DivClassName
{
background-color: #D84A08;
}
.BgClassName
{
background-color: #D84A08;
}
</style>
border-color css
<style>
span { border-color: #D84A08; }
span { border-color: rgb(216,74,8); }
td.TdClassName
{
border-color: #D84A08;
}
.TagClassName
{
border-color: #D84A08;
}
</style>