Shades of Tenne (Tawny) #D84203
Tints of Tenne (Tawny) #D84203
RGB
CMYK
RGB Variations
Color information
#D84203 (or 0xD84203) is known color: Tenne (Tawny). HEX triplet: D8, 42 and 03. RGB value is (216,66,3). Sum of RGB (Red+Green+Blue) = 216+66+3=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 3 (1.56% from 255 or 1.05% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D84203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84203 is #27BDFC. Grayscale: #686868. Windows color (decimal): -2604541 or 213720. OLE color: 213720.
HSL color Cylindrical-coordinate representation of color #D84203: hue angle of 17.75º degrees, saturation: 0.97, 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 #D84203 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 3 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.15 |
| HSL | 17.75º | 0.97% | 0.43% | - |
| HSV(B) | 17.75º | 0.99% | 0.85% | - |
| XYZ | 30.28 | 18.5 | 2.06 | - |
| YUV | 103.67 | 71.2 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 3 | 0 | 0.69 | 0.99 | 0.15 | 17.75 | 0.97 | 0.43 |
| Hex | D8 | 42 | 3 | 0 | 45 | 63 | F | 12 | 61 | 2B |
| Octal | 330 | 102 | 3 | 0 | 105 | 143 | 17 | 22 | 141 | 53 |
| Binary | 11011000 | 1000010 | 11 | 0 | 1000101 | 1100011 | 1111 | 10010 | 1100001 | 101011 |
Color Harmonies of #D84203
Complementary color
Monochromatic Colors of #D84203
Black with #D84203
Text Example
Text Example
White with #D84203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84203; }
p { color: rgb(216,66,3); }
H1.HeaderClassName
{
color: #D84203;
}
.AnyTagClassName
{
color: #D84203;
}
</style>
background-color css
<style>
a { background-color: #D84203; }
a { background-color: rgb(216,66,3); }
div.DivClassName
{
background-color: #D84203;
}
.BgClassName
{
background-color: #D84203;
}
</style>
border-color css
<style>
span { border-color: #D84203; }
span { border-color: rgb(216,66,3); }
td.TdClassName
{
border-color: #D84203;
}
.TagClassName
{
border-color: #D84203;
}
</style>