Shades of Tenne (Tawny) #D8620A
Tints of Tenne (Tawny) #D8620A
RGB
CMYK
RGB Variations
Color information
#D8620A (or 0xD8620A) is known color: Tenne (Tawny). HEX triplet: D8, 62 and 0A. RGB value is (216,98,10). Sum of RGB (Red+Green+Blue) = 216+98+10=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8620A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8620A is #279DF5. Grayscale: #7B7B7B. Windows color (decimal): -2596342 or 680664. OLE color: 680664.
HSL color Cylindrical-coordinate representation of color #D8620A: hue angle of 25.63º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8620A is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 98 | 10 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.15 |
| HSL | 25.63º | 0.91% | 0.44% | - |
| HSV(B) | 25.63º | 0.95% | 0.85% | - |
| XYZ | 32.74 | 23.36 | 3.07 | - |
| YUV | 123.25 | 64.09 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 98 | 10 | 0 | 0.55 | 0.95 | 0.15 | 25.63 | 0.91 | 0.44 |
| Hex | D8 | 62 | A | 0 | 37 | 5F | F | 1A | 5B | 2C |
| Octal | 330 | 142 | 12 | 0 | 67 | 137 | 17 | 32 | 133 | 54 |
| Binary | 11011000 | 1100010 | 1010 | 0 | 110111 | 1011111 | 1111 | 11010 | 1011011 | 101100 |
Color Harmonies of #D8620A
Complementary color
Monochromatic Colors of #D8620A
Black with #D8620A
Text Example
Text Example
White with #D8620A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8620A; }
p { color: rgb(216,98,10); }
H1.HeaderClassName
{
color: #D8620A;
}
.AnyTagClassName
{
color: #D8620A;
}
</style>
background-color css
<style>
a { background-color: #D8620A; }
a { background-color: rgb(216,98,10); }
div.DivClassName
{
background-color: #D8620A;
}
.BgClassName
{
background-color: #D8620A;
}
</style>
border-color css
<style>
span { border-color: #D8620A; }
span { border-color: rgb(216,98,10); }
td.TdClassName
{
border-color: #D8620A;
}
.TagClassName
{
border-color: #D8620A;
}
</style>