Shades of Tenne (Tawny) #D6500D
Tints of Tenne (Tawny) #D6500D
RGB
CMYK
RGB Variations
Color information
#D6500D (or 0xD6500D) is known color: Tenne (Tawny). HEX triplet: D6, 50 and 0D. RGB value is (214,80,13). Sum of RGB (Red+Green+Blue) = 214+80+13=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D6500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6500D is #29AFF2. Grayscale: #707070. Windows color (decimal): -2732019 or 872662. OLE color: 872662.
HSL color Cylindrical-coordinate representation of color #D6500D: hue angle of 20º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6500D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 80 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.16 |
| HSL | 20º | 0.89% | 0.45% | - |
| HSV(B) | 20º | 0.94% | 0.84% | - |
| XYZ | 30.67 | 20.06 | 2.64 | - |
| YUV | 112.43 | 71.89 | 200.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 80 | 13 | 0 | 0.63 | 0.94 | 0.16 | 20 | 0.89 | 0.45 |
| Hex | D6 | 50 | D | 0 | 3F | 5E | 10 | 14 | 59 | 2D |
| Octal | 326 | 120 | 15 | 0 | 77 | 136 | 20 | 24 | 131 | 55 |
| Binary | 11010110 | 1010000 | 1101 | 0 | 111111 | 1011110 | 10000 | 10100 | 1011001 | 101101 |
Color Harmonies of #D6500D
Complementary color
Monochromatic Colors of #D6500D
Black with #D6500D
Text Example
Text Example
White with #D6500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6500D; }
p { color: rgb(214,80,13); }
H1.HeaderClassName
{
color: #D6500D;
}
.AnyTagClassName
{
color: #D6500D;
}
</style>
background-color css
<style>
a { background-color: #D6500D; }
a { background-color: rgb(214,80,13); }
div.DivClassName
{
background-color: #D6500D;
}
.BgClassName
{
background-color: #D6500D;
}
</style>
border-color css
<style>
span { border-color: #D6500D; }
span { border-color: rgb(214,80,13); }
td.TdClassName
{
border-color: #D6500D;
}
.TagClassName
{
border-color: #D6500D;
}
</style>