Shades of Tenne (Tawny) #D84502
Tints of Tenne (Tawny) #D84502
RGB
CMYK
RGB Variations
Color information
#D84502 (or 0xD84502) is known color: Tenne (Tawny). HEX triplet: D8, 45 and 02. RGB value is (216,69,2). Sum of RGB (Red+Green+Blue) = 216+69+2=287 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75.26% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 216 - color contains mainly: red. Hex color #D84502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84502 is #27BAFD. Grayscale: #696969. Windows color (decimal): -2603774 or 148952. OLE color: 148952.
HSL color Cylindrical-coordinate representation of color #D84502: hue angle of 18.79º 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 #D84502 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.15 |
| HSL | 18.79º | 0.98% | 0.43% | - |
| HSV(B) | 18.79º | 0.99% | 0.85% | - |
| XYZ | 30.46 | 18.86 | 2.09 | - |
| YUV | 105.32 | 69.7 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 2 | 0 | 0.68 | 0.99 | 0.15 | 18.79 | 0.98 | 0.43 |
| Hex | D8 | 45 | 2 | 0 | 44 | 63 | F | 13 | 62 | 2B |
| Octal | 330 | 105 | 2 | 0 | 104 | 143 | 17 | 23 | 142 | 53 |
| Binary | 11011000 | 1000101 | 10 | 0 | 1000100 | 1100011 | 1111 | 10011 | 1100010 | 101011 |
Color Harmonies of #D84502
Complementary color
Monochromatic Colors of #D84502
Black with #D84502
Text Example
Text Example
White with #D84502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84502; }
p { color: rgb(216,69,2); }
H1.HeaderClassName
{
color: #D84502;
}
.AnyTagClassName
{
color: #D84502;
}
</style>
background-color css
<style>
a { background-color: #D84502; }
a { background-color: rgb(216,69,2); }
div.DivClassName
{
background-color: #D84502;
}
.BgClassName
{
background-color: #D84502;
}
</style>
border-color css
<style>
span { border-color: #D84502; }
span { border-color: rgb(216,69,2); }
td.TdClassName
{
border-color: #D84502;
}
.TagClassName
{
border-color: #D84502;
}
</style>