Shades of Tenne (Tawny) #D65D0C
Tints of Tenne (Tawny) #D65D0C
RGB
CMYK
RGB Variations
Color information
#D65D0C (or 0xD65D0C) is known color: Tenne (Tawny). HEX triplet: D6, 5D and 0C. RGB value is (214,93,12). Sum of RGB (Red+Green+Blue) = 214+93+12=319 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.08% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 214 - color contains mainly: red. Hex color #D65D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65D0C is #29A2F3. Grayscale: #787878. Windows color (decimal): -2728692 or 810454. OLE color: 810454.
HSL color Cylindrical-coordinate representation of color #D65D0C: hue angle of 24.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D65D0C is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 93 | 12 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.16 |
| HSL | 24.06º | 0.89% | 0.44% | - |
| HSV(B) | 24.06º | 0.94% | 0.84% | - |
| XYZ | 31.71 | 22.15 | 2.95 | - |
| YUV | 119.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 93 | 12 | 0 | 0.57 | 0.94 | 0.16 | 24.06 | 0.89 | 0.44 |
| Hex | D6 | 5D | C | 0 | 39 | 5E | 10 | 18 | 59 | 2C |
| Octal | 326 | 135 | 14 | 0 | 71 | 136 | 20 | 30 | 131 | 54 |
| Binary | 11010110 | 1011101 | 1100 | 0 | 111001 | 1011110 | 10000 | 11000 | 1011001 | 101100 |
Color Harmonies of #D65D0C
Complementary color
Monochromatic Colors of #D65D0C
Black with #D65D0C
Text Example
Text Example
White with #D65D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65D0C; }
p { color: rgb(214,93,12); }
H1.HeaderClassName
{
color: #D65D0C;
}
.AnyTagClassName
{
color: #D65D0C;
}
</style>
background-color css
<style>
a { background-color: #D65D0C; }
a { background-color: rgb(214,93,12); }
div.DivClassName
{
background-color: #D65D0C;
}
.BgClassName
{
background-color: #D65D0C;
}
</style>
border-color css
<style>
span { border-color: #D65D0C; }
span { border-color: rgb(214,93,12); }
td.TdClassName
{
border-color: #D65D0C;
}
.TagClassName
{
border-color: #D65D0C;
}
</style>