Shades of Tenne (Tawny) #D65C0A
Tints of Tenne (Tawny) #D65C0A
RGB
CMYK
RGB Variations
Color information
#D65C0A (or 0xD65C0A) is known color: Tenne (Tawny). HEX triplet: D6, 5C and 0A. RGB value is (214,92,10). Sum of RGB (Red+Green+Blue) = 214+92+10=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 10 (4.30% from 255 or 3.16% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D65C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65C0A is #29A3F5. Grayscale: #777777. Windows color (decimal): -2728950 or 679126. OLE color: 679126.
HSL color Cylindrical-coordinate representation of color #D65C0A: hue angle of 24.12º degrees, saturation: 0.91, 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 #D65C0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 92 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.16 |
| HSL | 24.12º | 0.91% | 0.44% | - |
| HSV(B) | 24.12º | 0.95% | 0.84% | - |
| XYZ | 31.61 | 21.97 | 2.86 | - |
| YUV | 119.13 | 66.42 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 92 | 10 | 0 | 0.57 | 0.95 | 0.16 | 24.12 | 0.91 | 0.44 |
| Hex | D6 | 5C | A | 0 | 39 | 5F | 10 | 18 | 5B | 2C |
| Octal | 326 | 134 | 12 | 0 | 71 | 137 | 20 | 30 | 133 | 54 |
| Binary | 11010110 | 1011100 | 1010 | 0 | 111001 | 1011111 | 10000 | 11000 | 1011011 | 101100 |
Color Harmonies of #D65C0A
Complementary color
Monochromatic Colors of #D65C0A
Black with #D65C0A
Text Example
Text Example
White with #D65C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D65C0A; }
p { color: rgb(214,92,10); }
H1.HeaderClassName
{
color: #D65C0A;
}
.AnyTagClassName
{
color: #D65C0A;
}
</style>
background-color css
<style>
a { background-color: #D65C0A; }
a { background-color: rgb(214,92,10); }
div.DivClassName
{
background-color: #D65C0A;
}
.BgClassName
{
background-color: #D65C0A;
}
</style>
border-color css
<style>
span { border-color: #D65C0A; }
span { border-color: rgb(214,92,10); }
td.TdClassName
{
border-color: #D65C0A;
}
.TagClassName
{
border-color: #D65C0A;
}
</style>