Shades of Tenne (Tawny) #D2620D
Tints of Tenne (Tawny) #D2620D
RGB
CMYK
RGB Variations
Color information
#D2620D (or 0xD2620D) is known color: Tenne (Tawny). HEX triplet: D2, 62 and 0D. RGB value is (210,98,13). Sum of RGB (Red+Green+Blue) = 210+98+13=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2620D is #2D9DF2. Grayscale: #7A7A7A. Windows color (decimal): -2989555 or 877266. OLE color: 877266.
HSL color Cylindrical-coordinate representation of color #D2620D: hue angle of 25.89º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2620D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.18 |
| HSL | 25.89º | 0.88% | 0.44% | - |
| HSV(B) | 25.89º | 0.94% | 0.82% | - |
| XYZ | 31.02 | 22.47 | 3.08 | - |
| YUV | 121.8 | 66.61 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 13 | 0 | 0.53 | 0.94 | 0.18 | 25.89 | 0.88 | 0.44 |
| Hex | D2 | 62 | D | 0 | 35 | 5E | 12 | 1A | 58 | 2C |
| Octal | 322 | 142 | 15 | 0 | 65 | 136 | 22 | 32 | 130 | 54 |
| Binary | 11010010 | 1100010 | 1101 | 0 | 110101 | 1011110 | 10010 | 11010 | 1011000 | 101100 |
Color Harmonies of #D2620D
Complementary color
Monochromatic Colors of #D2620D
Black with #D2620D
Text Example
Text Example
White with #D2620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2620D; }
p { color: rgb(210,98,13); }
H1.HeaderClassName
{
color: #D2620D;
}
.AnyTagClassName
{
color: #D2620D;
}
</style>
background-color css
<style>
a { background-color: #D2620D; }
a { background-color: rgb(210,98,13); }
div.DivClassName
{
background-color: #D2620D;
}
.BgClassName
{
background-color: #D2620D;
}
</style>
border-color css
<style>
span { border-color: #D2620D; }
span { border-color: rgb(210,98,13); }
td.TdClassName
{
border-color: #D2620D;
}
.TagClassName
{
border-color: #D2620D;
}
</style>