Shades of Tenne (Tawny) #D65803
Tints of Tenne (Tawny) #D65803
RGB
CMYK
RGB Variations
Color information
#D65803 (or 0xD65803) is known color: Tenne (Tawny). HEX triplet: D6, 58 and 03. RGB value is (214,88,3). Sum of RGB (Red+Green+Blue) = 214+88+3=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D65803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65803 is #29A7FC. Grayscale: #747474. Windows color (decimal): -2729981 or 219350. OLE color: 219350.
HSL color Cylindrical-coordinate representation of color #D65803: hue angle of 24.17º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D65803 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 88 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.16 |
| HSL | 24.17º | 0.97% | 0.43% | - |
| HSV(B) | 24.17º | 0.99% | 0.84% | - |
| XYZ | 31.24 | 21.28 | 2.55 | - |
| YUV | 115.98 | 64.24 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 88 | 3 | 0 | 0.59 | 0.99 | 0.16 | 24.17 | 0.97 | 0.43 |
| Hex | D6 | 58 | 3 | 0 | 3B | 63 | 10 | 18 | 61 | 2B |
| Octal | 326 | 130 | 3 | 0 | 73 | 143 | 20 | 30 | 141 | 53 |
| Binary | 11010110 | 1011000 | 11 | 0 | 111011 | 1100011 | 10000 | 11000 | 1100001 | 101011 |
Color Harmonies of #D65803
Complementary color
Monochromatic Colors of #D65803
Black with #D65803
Text Example
Text Example
White with #D65803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65803; }
p { color: rgb(214,88,3); }
H1.HeaderClassName
{
color: #D65803;
}
.AnyTagClassName
{
color: #D65803;
}
</style>
background-color css
<style>
a { background-color: #D65803; }
a { background-color: rgb(214,88,3); }
div.DivClassName
{
background-color: #D65803;
}
.BgClassName
{
background-color: #D65803;
}
</style>
border-color css
<style>
span { border-color: #D65803; }
span { border-color: rgb(214,88,3); }
td.TdClassName
{
border-color: #D65803;
}
.TagClassName
{
border-color: #D65803;
}
</style>