Shades of Tenne (Tawny) #D65A07
Tints of Tenne (Tawny) #D65A07
RGB
CMYK
RGB Variations
Color information
#D65A07 (or 0xD65A07) is known color: Tenne (Tawny). HEX triplet: D6, 5A and 07. RGB value is (214,90,7). Sum of RGB (Red+Green+Blue) = 214+90+7=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A07 is #29A5F8. Grayscale: #767676. Windows color (decimal): -2729465 or 482006. OLE color: 482006.
HSL color Cylindrical-coordinate representation of color #D65A07: hue angle of 24.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D65A07 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 7 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.16 |
| HSL | 24.06º | 0.94% | 0.43% | - |
| HSV(B) | 24.06º | 0.97% | 0.84% | - |
| XYZ | 31.43 | 21.62 | 2.72 | - |
| YUV | 117.61 | 65.58 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 7 | 0 | 0.58 | 0.97 | 0.16 | 24.06 | 0.94 | 0.43 |
| Hex | D6 | 5A | 7 | 0 | 3A | 61 | 10 | 18 | 5E | 2B |
| Octal | 326 | 132 | 7 | 0 | 72 | 141 | 20 | 30 | 136 | 53 |
| Binary | 11010110 | 1011010 | 111 | 0 | 111010 | 1100001 | 10000 | 11000 | 1011110 | 101011 |
Color Harmonies of #D65A07
Complementary color
Monochromatic Colors of #D65A07
Black with #D65A07
Text Example
Text Example
White with #D65A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A07; }
p { color: rgb(214,90,7); }
H1.HeaderClassName
{
color: #D65A07;
}
.AnyTagClassName
{
color: #D65A07;
}
</style>
background-color css
<style>
a { background-color: #D65A07; }
a { background-color: rgb(214,90,7); }
div.DivClassName
{
background-color: #D65A07;
}
.BgClassName
{
background-color: #D65A07;
}
</style>
border-color css
<style>
span { border-color: #D65A07; }
span { border-color: rgb(214,90,7); }
td.TdClassName
{
border-color: #D65A07;
}
.TagClassName
{
border-color: #D65A07;
}
</style>