Shades of Tenne (Tawny) #D66305
Tints of Tenne (Tawny) #D66305
RGB
CMYK
RGB Variations
Color information
#D66305 (or 0xD66305) is known color: Tenne (Tawny). HEX triplet: D6, 63 and 05. RGB value is (214,99,5). Sum of RGB (Red+Green+Blue) = 214+99+5=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 99 (39.06% from 255 or 31.13% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D66305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66305 is #299CFA. Grayscale: #7B7B7B. Windows color (decimal): -2727163 or 353238. OLE color: 353238.
HSL color Cylindrical-coordinate representation of color #D66305: hue angle of 26.99º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D66305 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 5 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.16 |
| HSL | 26.99º | 0.95% | 0.43% | - |
| HSV(B) | 26.99º | 0.98% | 0.84% | - |
| XYZ | 32.22 | 23.23 | 2.93 | - |
| YUV | 122.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 5 | 0 | 0.54 | 0.98 | 0.16 | 26.99 | 0.95 | 0.43 |
| Hex | D6 | 63 | 5 | 0 | 36 | 62 | 10 | 1B | 5F | 2B |
| Octal | 326 | 143 | 5 | 0 | 66 | 142 | 20 | 33 | 137 | 53 |
| Binary | 11010110 | 1100011 | 101 | 0 | 110110 | 1100010 | 10000 | 11011 | 1011111 | 101011 |
Color Harmonies of #D66305
Complementary color
Monochromatic Colors of #D66305
Black with #D66305
Text Example
Text Example
White with #D66305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66305; }
p { color: rgb(214,99,5); }
H1.HeaderClassName
{
color: #D66305;
}
.AnyTagClassName
{
color: #D66305;
}
</style>
background-color css
<style>
a { background-color: #D66305; }
a { background-color: rgb(214,99,5); }
div.DivClassName
{
background-color: #D66305;
}
.BgClassName
{
background-color: #D66305;
}
</style>
border-color css
<style>
span { border-color: #D66305; }
span { border-color: rgb(214,99,5); }
td.TdClassName
{
border-color: #D66305;
}
.TagClassName
{
border-color: #D66305;
}
</style>