Shades of Tenne (Tawny) #D65A03
Tints of Tenne (Tawny) #D65A03
RGB
CMYK
RGB Variations
Color information
#D65A03 (or 0xD65A03) is known color: Tenne (Tawny). HEX triplet: D6, 5A and 03. RGB value is (214,90,3). Sum of RGB (Red+Green+Blue) = 214+90+3=307 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.71% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 3 (1.56% from 255 or 0.98% from 307); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A03 is #29A5FC. Grayscale: #757575. Windows color (decimal): -2729469 or 219862. OLE color: 219862.
HSL color Cylindrical-coordinate representation of color #D65A03: hue angle of 24.74º 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 #D65A03 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.16 |
| HSL | 24.74º | 0.97% | 0.43% | - |
| HSV(B) | 24.74º | 0.99% | 0.84% | - |
| XYZ | 31.4 | 21.62 | 2.6 | - |
| YUV | 117.16 | 63.58 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 3 | 0 | 0.58 | 0.99 | 0.16 | 24.74 | 0.97 | 0.43 |
| Hex | D6 | 5A | 3 | 0 | 3A | 63 | 10 | 19 | 61 | 2B |
| Octal | 326 | 132 | 3 | 0 | 72 | 143 | 20 | 31 | 141 | 53 |
| Binary | 11010110 | 1011010 | 11 | 0 | 111010 | 1100011 | 10000 | 11001 | 1100001 | 101011 |
Color Harmonies of #D65A03
Complementary color
Monochromatic Colors of #D65A03
Black with #D65A03
Text Example
Text Example
White with #D65A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A03; }
p { color: rgb(214,90,3); }
H1.HeaderClassName
{
color: #D65A03;
}
.AnyTagClassName
{
color: #D65A03;
}
</style>
background-color css
<style>
a { background-color: #D65A03; }
a { background-color: rgb(214,90,3); }
div.DivClassName
{
background-color: #D65A03;
}
.BgClassName
{
background-color: #D65A03;
}
</style>
border-color css
<style>
span { border-color: #D65A03; }
span { border-color: rgb(214,90,3); }
td.TdClassName
{
border-color: #D65A03;
}
.TagClassName
{
border-color: #D65A03;
}
</style>