Shades of Tenne (Tawny) #D0540B
Tints of Tenne (Tawny) #D0540B
RGB
CMYK
RGB Variations
Color information
#D0540B (or 0xD0540B) is known color: Tenne (Tawny). HEX triplet: D0, 54 and 0B. RGB value is (208,84,11). Sum of RGB (Red+Green+Blue) = 208+84+11=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D0540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0540B is #2FABF4. Grayscale: #717171. Windows color (decimal): -3124213 or 742608. OLE color: 742608.
HSL color Cylindrical-coordinate representation of color #D0540B: hue angle of 22.23º degrees, saturation: 0.9, 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 #D0540B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 84 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.18 |
| HSL | 22.23º | 0.9% | 0.43% | - |
| HSV(B) | 22.23º | 0.95% | 0.82% | - |
| XYZ | 29.24 | 19.77 | 2.59 | - |
| YUV | 112.75 | 70.58 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 84 | 11 | 0 | 0.60 | 0.95 | 0.18 | 22.23 | 0.9 | 0.43 |
| Hex | D0 | 54 | B | 0 | 3C | 5F | 12 | 16 | 5A | 2B |
| Octal | 320 | 124 | 13 | 0 | 74 | 137 | 22 | 26 | 132 | 53 |
| Binary | 11010000 | 1010100 | 1011 | 0 | 111100 | 1011111 | 10010 | 10110 | 1011010 | 101011 |
Color Harmonies of #D0540B
Complementary color
Monochromatic Colors of #D0540B
Black with #D0540B
Text Example
Text Example
White with #D0540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0540B; }
p { color: rgb(208,84,11); }
H1.HeaderClassName
{
color: #D0540B;
}
.AnyTagClassName
{
color: #D0540B;
}
</style>
background-color css
<style>
a { background-color: #D0540B; }
a { background-color: rgb(208,84,11); }
div.DivClassName
{
background-color: #D0540B;
}
.BgClassName
{
background-color: #D0540B;
}
</style>
border-color css
<style>
span { border-color: #D0540B; }
span { border-color: rgb(208,84,11); }
td.TdClassName
{
border-color: #D0540B;
}
.TagClassName
{
border-color: #D0540B;
}
</style>