Shades of Tenne (Tawny) #D84302
Tints of Tenne (Tawny) #D84302
RGB
CMYK
RGB Variations
Color information
#D84302 (or 0xD84302) is known color: Tenne (Tawny). HEX triplet: D8, 43 and 02. RGB value is (216,67,2). Sum of RGB (Red+Green+Blue) = 216+67+2=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 67 (26.56% from 255 or 23.51% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D84302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84302 is #27BCFD. Grayscale: #686868. Windows color (decimal): -2604286 or 148440. OLE color: 148440.
HSL color Cylindrical-coordinate representation of color #D84302: hue angle of 18.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D84302 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 67 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.15 |
| HSL | 18.22º | 0.98% | 0.43% | - |
| HSV(B) | 18.22º | 0.99% | 0.85% | - |
| XYZ | 30.34 | 18.62 | 2.05 | - |
| YUV | 104.14 | 70.36 | 207.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 67 | 2 | 0 | 0.69 | 0.99 | 0.15 | 18.22 | 0.98 | 0.43 |
| Hex | D8 | 43 | 2 | 0 | 45 | 63 | F | 12 | 62 | 2B |
| Octal | 330 | 103 | 2 | 0 | 105 | 143 | 17 | 22 | 142 | 53 |
| Binary | 11011000 | 1000011 | 10 | 0 | 1000101 | 1100011 | 1111 | 10010 | 1100010 | 101011 |
Color Harmonies of #D84302
Complementary color
Monochromatic Colors of #D84302
Black with #D84302
Text Example
Text Example
White with #D84302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84302; }
p { color: rgb(216,67,2); }
H1.HeaderClassName
{
color: #D84302;
}
.AnyTagClassName
{
color: #D84302;
}
</style>
background-color css
<style>
a { background-color: #D84302; }
a { background-color: rgb(216,67,2); }
div.DivClassName
{
background-color: #D84302;
}
.BgClassName
{
background-color: #D84302;
}
</style>
border-color css
<style>
span { border-color: #D84302; }
span { border-color: rgb(216,67,2); }
td.TdClassName
{
border-color: #D84302;
}
.TagClassName
{
border-color: #D84302;
}
</style>