Shades of Tenne (Tawny) #D04100
Tints of Tenne (Tawny) #D04100
RGB
CMYK
RGB Variations
Color information
#D04100 (or 0xD04100) is known color: Tenne (Tawny). HEX triplet: D0, 41 and 00. RGB value is (208,65,0). Sum of RGB (Red+Green+Blue) = 208+65+0=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 65 (25.78% from 255 or 23.81% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D04100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04100 is #2FBEFF. Grayscale: #646464. Windows color (decimal): -3129088 or 16848. OLE color: 16848.
HSL color Cylindrical-coordinate representation of color #D04100: hue angle of 18.75º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D04100 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 65 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.18 |
| HSL | 18.75º | 1% | 0.41% | - |
| HSV(B) | 18.75º | 1% | 0.82% | - |
| XYZ | 27.9 | 17.19 | 1.85 | - |
| YUV | 100.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 65 | 0 | 0 | 0.69 | 1 | 0.18 | 18.75 | 1 | 0.41 |
| Hex | D0 | 41 | 0 | 0 | 45 | 64 | 12 | 13 | 64 | 29 |
| Octal | 320 | 101 | 0 | 0 | 105 | 144 | 22 | 23 | 144 | 51 |
| Binary | 11010000 | 1000001 | 0 | 0 | 1000101 | 1100100 | 10010 | 10011 | 1100100 | 101001 |
Color Harmonies of #D04100
Complementary color
Monochromatic Colors of #D04100
Black with #D04100
Text Example
Text Example
White with #D04100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04100; }
p { color: rgb(208,65,0); }
H1.HeaderClassName
{
color: #D04100;
}
.AnyTagClassName
{
color: #D04100;
}
</style>
background-color css
<style>
a { background-color: #D04100; }
a { background-color: rgb(208,65,0); }
div.DivClassName
{
background-color: #D04100;
}
.BgClassName
{
background-color: #D04100;
}
</style>
border-color css
<style>
span { border-color: #D04100; }
span { border-color: rgb(208,65,0); }
td.TdClassName
{
border-color: #D04100;
}
.TagClassName
{
border-color: #D04100;
}
</style>