Shades of Tenne (Tawny) #D04C05
Tints of Tenne (Tawny) #D04C05
RGB
CMYK
RGB Variations
Color information
#D04C05 (or 0xD04C05) is known color: Tenne (Tawny). HEX triplet: D0, 4C and 05. RGB value is (208,76,5). Sum of RGB (Red+Green+Blue) = 208+76+5=289 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.97% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C05 is #2FB3FA. Grayscale: #6B6B6B. Windows color (decimal): -3126267 or 347344. OLE color: 347344.
HSL color Cylindrical-coordinate representation of color #D04C05: hue angle of 20.99º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D04C05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 76 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.18 |
| HSL | 20.99º | 0.95% | 0.42% | - |
| HSV(B) | 20.99º | 0.98% | 0.82% | - |
| XYZ | 28.62 | 18.59 | 2.22 | - |
| YUV | 107.37 | 70.23 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 5 | 0 | 0.63 | 0.98 | 0.18 | 20.99 | 0.95 | 0.42 |
| Hex | D0 | 4C | 5 | 0 | 3F | 62 | 12 | 15 | 5F | 2A |
| Octal | 320 | 114 | 5 | 0 | 77 | 142 | 22 | 25 | 137 | 52 |
| Binary | 11010000 | 1001100 | 101 | 0 | 111111 | 1100010 | 10010 | 10101 | 1011111 | 101010 |
Color Harmonies of #D04C05
Complementary color
Monochromatic Colors of #D04C05
Black with #D04C05
Text Example
Text Example
White with #D04C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04C05; }
p { color: rgb(208,76,5); }
H1.HeaderClassName
{
color: #D04C05;
}
.AnyTagClassName
{
color: #D04C05;
}
</style>
background-color css
<style>
a { background-color: #D04C05; }
a { background-color: rgb(208,76,5); }
div.DivClassName
{
background-color: #D04C05;
}
.BgClassName
{
background-color: #D04C05;
}
</style>
border-color css
<style>
span { border-color: #D04C05; }
span { border-color: rgb(208,76,5); }
td.TdClassName
{
border-color: #D04C05;
}
.TagClassName
{
border-color: #D04C05;
}
</style>