Shades of Tenne (Tawny) #D85202
Tints of Tenne (Tawny) #D85202
RGB
CMYK
RGB Variations
Color information
#D85202 (or 0xD85202) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 02. RGB value is (216,82,2). Sum of RGB (Red+Green+Blue) = 216+82+2=300 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 216 - color contains mainly: red. Hex color #D85202 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85202 is #27ADFD. Grayscale: #717171. Windows color (decimal): -2600446 or 152280. OLE color: 152280.
HSL color Cylindrical-coordinate representation of color #D85202: hue angle of 22.43º 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 #D85202 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 82 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.15 |
| HSL | 22.43º | 0.98% | 0.43% | - |
| HSV(B) | 22.43º | 0.99% | 0.85% | - |
| XYZ | 31.35 | 20.64 | 2.39 | - |
| YUV | 112.95 | 65.39 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 82 | 2 | 0 | 0.62 | 0.99 | 0.15 | 22.43 | 0.98 | 0.43 |
| Hex | D8 | 52 | 2 | 0 | 3E | 63 | F | 16 | 62 | 2B |
| Octal | 330 | 122 | 2 | 0 | 76 | 143 | 17 | 26 | 142 | 53 |
| Binary | 11011000 | 1010010 | 10 | 0 | 111110 | 1100011 | 1111 | 10110 | 1100010 | 101011 |
Color Harmonies of #D85202
Complementary color
Monochromatic Colors of #D85202
Black with #D85202
Text Example
Text Example
White with #D85202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85202; }
p { color: rgb(216,82,2); }
H1.HeaderClassName
{
color: #D85202;
}
.AnyTagClassName
{
color: #D85202;
}
</style>
background-color css
<style>
a { background-color: #D85202; }
a { background-color: rgb(216,82,2); }
div.DivClassName
{
background-color: #D85202;
}
.BgClassName
{
background-color: #D85202;
}
</style>
border-color css
<style>
span { border-color: #D85202; }
span { border-color: rgb(216,82,2); }
td.TdClassName
{
border-color: #D85202;
}
.TagClassName
{
border-color: #D85202;
}
</style>