Shades of Tenne (Tawny) #D84B0B
Tints of Tenne (Tawny) #D84B0B
RGB
CMYK
RGB Variations
Color information
#D84B0B (or 0xD84B0B) is known color: Tenne (Tawny). HEX triplet: D8, 4B and 0B. RGB value is (216,75,11). Sum of RGB (Red+Green+Blue) = 216+75+11=302 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.52% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 216 - color contains mainly: red. Hex color #D84B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84B0B is #27B4F4. Grayscale: #6E6E6E. Windows color (decimal): -2602229 or 740312. OLE color: 740312.
HSL color Cylindrical-coordinate representation of color #D84B0B: hue angle of 18.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D84B0B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 75 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.15 |
| HSL | 18.73º | 0.9% | 0.45% | - |
| HSV(B) | 18.73º | 0.95% | 0.85% | - |
| XYZ | 30.9 | 19.66 | 2.48 | - |
| YUV | 109.86 | 72.21 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 75 | 11 | 0 | 0.65 | 0.95 | 0.15 | 18.73 | 0.9 | 0.45 |
| Hex | D8 | 4B | B | 0 | 41 | 5F | F | 13 | 5A | 2D |
| Octal | 330 | 113 | 13 | 0 | 101 | 137 | 17 | 23 | 132 | 55 |
| Binary | 11011000 | 1001011 | 1011 | 0 | 1000001 | 1011111 | 1111 | 10011 | 1011010 | 101101 |
Color Harmonies of #D84B0B
Complementary color
Monochromatic Colors of #D84B0B
Black with #D84B0B
Text Example
Text Example
White with #D84B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84B0B; }
p { color: rgb(216,75,11); }
H1.HeaderClassName
{
color: #D84B0B;
}
.AnyTagClassName
{
color: #D84B0B;
}
</style>
background-color css
<style>
a { background-color: #D84B0B; }
a { background-color: rgb(216,75,11); }
div.DivClassName
{
background-color: #D84B0B;
}
.BgClassName
{
background-color: #D84B0B;
}
</style>
border-color css
<style>
span { border-color: #D84B0B; }
span { border-color: rgb(216,75,11); }
td.TdClassName
{
border-color: #D84B0B;
}
.TagClassName
{
border-color: #D84B0B;
}
</style>