Shades of Tenne (Tawny) #D0600A
Tints of Tenne (Tawny) #D0600A
RGB
CMYK
RGB Variations
Color information
#D0600A (or 0xD0600A) is known color: Tenne (Tawny). HEX triplet: D0, 60 and 0A. RGB value is (208,96,10). Sum of RGB (Red+Green+Blue) = 208+96+10=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D0600A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0600A is #2F9FF5. Grayscale: #787878. Windows color (decimal): -3121142 or 680144. OLE color: 680144.
HSL color Cylindrical-coordinate representation of color #D0600A: hue angle of 26.06º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0600A is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 10 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.18 |
| HSL | 26.06º | 0.91% | 0.43% | - |
| HSV(B) | 26.06º | 0.95% | 0.82% | - |
| XYZ | 30.25 | 21.8 | 2.9 | - |
| YUV | 119.68 | 66.11 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 10 | 0 | 0.54 | 0.95 | 0.18 | 26.06 | 0.91 | 0.43 |
| Hex | D0 | 60 | A | 0 | 36 | 5F | 12 | 1A | 5B | 2B |
| Octal | 320 | 140 | 12 | 0 | 66 | 137 | 22 | 32 | 133 | 53 |
| Binary | 11010000 | 1100000 | 1010 | 0 | 110110 | 1011111 | 10010 | 11010 | 1011011 | 101011 |
Color Harmonies of #D0600A
Complementary color
Monochromatic Colors of #D0600A
Black with #D0600A
Text Example
Text Example
White with #D0600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0600A; }
p { color: rgb(208,96,10); }
H1.HeaderClassName
{
color: #D0600A;
}
.AnyTagClassName
{
color: #D0600A;
}
</style>
background-color css
<style>
a { background-color: #D0600A; }
a { background-color: rgb(208,96,10); }
div.DivClassName
{
background-color: #D0600A;
}
.BgClassName
{
background-color: #D0600A;
}
</style>
border-color css
<style>
span { border-color: #D0600A; }
span { border-color: rgb(208,96,10); }
td.TdClassName
{
border-color: #D0600A;
}
.TagClassName
{
border-color: #D0600A;
}
</style>