Shades of Tenne (Tawny) #D65C03
Tints of Tenne (Tawny) #D65C03
RGB
CMYK
RGB Variations
Color information
#D65C03 (or 0xD65C03) is known color: Tenne (Tawny). HEX triplet: D6, 5C and 03. RGB value is (214,92,3). Sum of RGB (Red+Green+Blue) = 214+92+3=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 92 (36.33% from 255 or 29.77% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C03 is #29A3FC. Grayscale: #767676. Windows color (decimal): -2728957 or 220374. OLE color: 220374.
HSL color Cylindrical-coordinate representation of color #D65C03: hue angle of 25.31º 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 #D65C03 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 3 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.16 |
| HSL | 25.31º | 0.97% | 0.43% | - |
| HSV(B) | 25.31º | 0.99% | 0.84% | - |
| XYZ | 31.58 | 21.96 | 2.66 | - |
| YUV | 118.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 3 | 0 | 0.57 | 0.99 | 0.16 | 25.31 | 0.97 | 0.43 |
| Hex | D6 | 5C | 3 | 0 | 39 | 63 | 10 | 19 | 61 | 2B |
| Octal | 326 | 134 | 3 | 0 | 71 | 143 | 20 | 31 | 141 | 53 |
| Binary | 11010110 | 1011100 | 11 | 0 | 111001 | 1100011 | 10000 | 11001 | 1100001 | 101011 |
Color Harmonies of #D65C03
Complementary color
Monochromatic Colors of #D65C03
Black with #D65C03
Text Example
Text Example
White with #D65C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C03; }
p { color: rgb(214,92,3); }
H1.HeaderClassName
{
color: #D65C03;
}
.AnyTagClassName
{
color: #D65C03;
}
</style>
background-color css
<style>
a { background-color: #D65C03; }
a { background-color: rgb(214,92,3); }
div.DivClassName
{
background-color: #D65C03;
}
.BgClassName
{
background-color: #D65C03;
}
</style>
border-color css
<style>
span { border-color: #D65C03; }
span { border-color: rgb(214,92,3); }
td.TdClassName
{
border-color: #D65C03;
}
.TagClassName
{
border-color: #D65C03;
}
</style>