Shades of Tenne (Tawny) #D05314
Tints of Tenne (Tawny) #D05314
RGB
CMYK
RGB Variations
Color information
#D05314 (or 0xD05314) is known color: Tenne (Tawny). HEX triplet: D0, 53 and 14. RGB value is (208,83,20). Sum of RGB (Red+Green+Blue) = 208+83+20=311 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.88% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 20 (8.20% from 255 or 6.43% from 311); Max value from RGB is 208 - color contains mainly: red. Hex color #D05314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05314 is #2FACEB. Grayscale: #717171. Windows color (decimal): -3124460 or 1332176. OLE color: 1332176.
HSL color Cylindrical-coordinate representation of color #D05314: hue angle of 20.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D05314 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 20 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.18 |
| HSL | 20.11º | 0.82% | 0.45% | - |
| HSV(B) | 20.11º | 0.9% | 0.82% | - |
| XYZ | 29.23 | 19.65 | 2.91 | - |
| YUV | 113.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 20 | 0 | 0.60 | 0.90 | 0.18 | 20.11 | 0.82 | 0.45 |
| Hex | D0 | 53 | 14 | 0 | 3C | 5A | 12 | 14 | 52 | 2D |
| Octal | 320 | 123 | 24 | 0 | 74 | 132 | 22 | 24 | 122 | 55 |
| Binary | 11010000 | 1010011 | 10100 | 0 | 111100 | 1011010 | 10010 | 10100 | 1010010 | 101101 |
Color Harmonies of #D05314
Complementary color
Monochromatic Colors of #D05314
Black with #D05314
Text Example
Text Example
White with #D05314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05314; }
p { color: rgb(208,83,20); }
H1.HeaderClassName
{
color: #D05314;
}
.AnyTagClassName
{
color: #D05314;
}
</style>
background-color css
<style>
a { background-color: #D05314; }
a { background-color: rgb(208,83,20); }
div.DivClassName
{
background-color: #D05314;
}
.BgClassName
{
background-color: #D05314;
}
</style>
border-color css
<style>
span { border-color: #D05314; }
span { border-color: rgb(208,83,20); }
td.TdClassName
{
border-color: #D05314;
}
.TagClassName
{
border-color: #D05314;
}
</style>