Shades of Tenne (Tawny) #D65403
Tints of Tenne (Tawny) #D65403
RGB
CMYK
RGB Variations
Color information
#D65403 (or 0xD65403) is known color: Tenne (Tawny). HEX triplet: D6, 54 and 03. RGB value is (214,84,3). Sum of RGB (Red+Green+Blue) = 214+84+3=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D65403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65403 is #29ABFC. Grayscale: #727272. Windows color (decimal): -2731005 or 218326. OLE color: 218326.
HSL color Cylindrical-coordinate representation of color #D65403: hue angle of 23.03º 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 #D65403 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 84 | 3 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.16 |
| HSL | 23.03º | 0.97% | 0.43% | - |
| HSV(B) | 23.03º | 0.99% | 0.84% | - |
| XYZ | 30.92 | 20.64 | 2.44 | - |
| YUV | 113.64 | 65.57 | 199.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 84 | 3 | 0 | 0.61 | 0.99 | 0.16 | 23.03 | 0.97 | 0.43 |
| Hex | D6 | 54 | 3 | 0 | 3D | 63 | 10 | 17 | 61 | 2B |
| Octal | 326 | 124 | 3 | 0 | 75 | 143 | 20 | 27 | 141 | 53 |
| Binary | 11010110 | 1010100 | 11 | 0 | 111101 | 1100011 | 10000 | 10111 | 1100001 | 101011 |
Color Harmonies of #D65403
Complementary color
Monochromatic Colors of #D65403
Black with #D65403
Text Example
Text Example
White with #D65403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65403; }
p { color: rgb(214,84,3); }
H1.HeaderClassName
{
color: #D65403;
}
.AnyTagClassName
{
color: #D65403;
}
</style>
background-color css
<style>
a { background-color: #D65403; }
a { background-color: rgb(214,84,3); }
div.DivClassName
{
background-color: #D65403;
}
.BgClassName
{
background-color: #D65403;
}
</style>
border-color css
<style>
span { border-color: #D65403; }
span { border-color: rgb(214,84,3); }
td.TdClassName
{
border-color: #D65403;
}
.TagClassName
{
border-color: #D65403;
}
</style>