Shades of Tenne (Tawny) #D84501
Tints of Tenne (Tawny) #D84501
RGB
CMYK
RGB Variations
Color information
#D84501 (or 0xD84501) is known color: Tenne (Tawny). HEX triplet: D8, 45 and 01. RGB value is (216,69,1). Sum of RGB (Red+Green+Blue) = 216+69+1=286 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.52% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 1 (0.78% from 255 or 0.35% from 286); Max value from RGB is 216 - color contains mainly: red. Hex color #D84501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84501 is #27BAFE. Grayscale: #696969. Windows color (decimal): -2603775 or 83416. OLE color: 83416.
HSL color Cylindrical-coordinate representation of color #D84501: hue angle of 18.98º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D84501 is Cyan = 0, Magento = 0.68, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 69 | 1 | - |
| CMYK | 0 | 0.68 | 1.00 | 0.15 |
| HSL | 18.98º | 0.99% | 0.43% | - |
| HSV(B) | 18.98º | 1% | 0.85% | - |
| XYZ | 30.45 | 18.86 | 2.06 | - |
| YUV | 105.2 | 69.2 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 69 | 1 | 0 | 0.68 | 1.00 | 0.15 | 18.98 | 0.99 | 0.43 |
| Hex | D8 | 45 | 1 | 0 | 44 | 64 | F | 13 | 63 | 2B |
| Octal | 330 | 105 | 1 | 0 | 104 | 144 | 17 | 23 | 143 | 53 |
| Binary | 11011000 | 1000101 | 1 | 0 | 1000100 | 1100100 | 1111 | 10011 | 1100011 | 101011 |
Color Harmonies of #D84501
Complementary color
Monochromatic Colors of #D84501
Black with #D84501
Text Example
Text Example
White with #D84501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84501; }
p { color: rgb(216,69,1); }
H1.HeaderClassName
{
color: #D84501;
}
.AnyTagClassName
{
color: #D84501;
}
</style>
background-color css
<style>
a { background-color: #D84501; }
a { background-color: rgb(216,69,1); }
div.DivClassName
{
background-color: #D84501;
}
.BgClassName
{
background-color: #D84501;
}
</style>
border-color css
<style>
span { border-color: #D84501; }
span { border-color: rgb(216,69,1); }
td.TdClassName
{
border-color: #D84501;
}
.TagClassName
{
border-color: #D84501;
}
</style>