Shades of Tenne (Tawny) #D65A0B
Tints of Tenne (Tawny) #D65A0B
RGB
CMYK
RGB Variations
Color information
#D65A0B (or 0xD65A0B) is known color: Tenne (Tawny). HEX triplet: D6, 5A and 0B. RGB value is (214,90,11). Sum of RGB (Red+Green+Blue) = 214+90+11=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65A0B is #29A5F4. Grayscale: #767676. Windows color (decimal): -2729461 or 744150. OLE color: 744150.
HSL color Cylindrical-coordinate representation of color #D65A0B: hue angle of 23.35º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D65A0B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 90 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.16 |
| HSL | 23.35º | 0.9% | 0.44% | - |
| HSV(B) | 23.35º | 0.95% | 0.84% | - |
| XYZ | 31.45 | 21.63 | 2.83 | - |
| YUV | 118.07 | 67.58 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 90 | 11 | 0 | 0.58 | 0.95 | 0.16 | 23.35 | 0.9 | 0.44 |
| Hex | D6 | 5A | B | 0 | 3A | 5F | 10 | 17 | 5A | 2C |
| Octal | 326 | 132 | 13 | 0 | 72 | 137 | 20 | 27 | 132 | 54 |
| Binary | 11010110 | 1011010 | 1011 | 0 | 111010 | 1011111 | 10000 | 10111 | 1011010 | 101100 |
Color Harmonies of #D65A0B
Complementary color
Monochromatic Colors of #D65A0B
Black with #D65A0B
Text Example
Text Example
White with #D65A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65A0B; }
p { color: rgb(214,90,11); }
H1.HeaderClassName
{
color: #D65A0B;
}
.AnyTagClassName
{
color: #D65A0B;
}
</style>
background-color css
<style>
a { background-color: #D65A0B; }
a { background-color: rgb(214,90,11); }
div.DivClassName
{
background-color: #D65A0B;
}
.BgClassName
{
background-color: #D65A0B;
}
</style>
border-color css
<style>
span { border-color: #D65A0B; }
span { border-color: rgb(214,90,11); }
td.TdClassName
{
border-color: #D65A0B;
}
.TagClassName
{
border-color: #D65A0B;
}
</style>