Shades of Tenne (Tawny) #D2480D
Tints of Tenne (Tawny) #D2480D
RGB
CMYK
RGB Variations
Color information
#D2480D (or 0xD2480D) is known color: Tenne (Tawny). HEX triplet: D2, 48 and 0D. RGB value is (210,72,13). Sum of RGB (Red+Green+Blue) = 210+72+13=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 13 (5.47% from 255 or 4.41% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D2480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2480D is #2DB7F2. Grayscale: #6A6A6A. Windows color (decimal): -2996211 or 870610. OLE color: 870610.
HSL color Cylindrical-coordinate representation of color #D2480D: hue angle of 17.97º 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 #D2480D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 72 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.18 |
| HSL | 17.97º | 0.88% | 0.44% | - |
| HSV(B) | 17.97º | 0.94% | 0.82% | - |
| XYZ | 28.97 | 18.37 | 2.4 | - |
| YUV | 106.54 | 75.22 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 72 | 13 | 0 | 0.66 | 0.94 | 0.18 | 17.97 | 0.88 | 0.44 |
| Hex | D2 | 48 | D | 0 | 42 | 5E | 12 | 12 | 58 | 2C |
| Octal | 322 | 110 | 15 | 0 | 102 | 136 | 22 | 22 | 130 | 54 |
| Binary | 11010010 | 1001000 | 1101 | 0 | 1000010 | 1011110 | 10010 | 10010 | 1011000 | 101100 |
Color Harmonies of #D2480D
Complementary color
Monochromatic Colors of #D2480D
Black with #D2480D
Text Example
Text Example
White with #D2480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2480D; }
p { color: rgb(210,72,13); }
H1.HeaderClassName
{
color: #D2480D;
}
.AnyTagClassName
{
color: #D2480D;
}
</style>
background-color css
<style>
a { background-color: #D2480D; }
a { background-color: rgb(210,72,13); }
div.DivClassName
{
background-color: #D2480D;
}
.BgClassName
{
background-color: #D2480D;
}
</style>
border-color css
<style>
span { border-color: #D2480D; }
span { border-color: rgb(210,72,13); }
td.TdClassName
{
border-color: #D2480D;
}
.TagClassName
{
border-color: #D2480D;
}
</style>