Shades of Tenne (Tawny) #D45C0B
Tints of Tenne (Tawny) #D45C0B
RGB
CMYK
RGB Variations
Color information
#D45C0B (or 0xD45C0B) is known color: Tenne (Tawny). HEX triplet: D4, 5C and 0B. RGB value is (212,92,11). Sum of RGB (Red+Green+Blue) = 212+92+11=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D45C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45C0B is #2BA3F4. Grayscale: #777777. Windows color (decimal): -2860021 or 744660. OLE color: 744660.
HSL color Cylindrical-coordinate representation of color #D45C0B: hue angle of 24.18º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D45C0B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 92 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.17 |
| HSL | 24.18º | 0.9% | 0.44% | - |
| HSV(B) | 24.18º | 0.95% | 0.83% | - |
| XYZ | 31.04 | 21.68 | 2.86 | - |
| YUV | 118.65 | 67.26 | 194.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 92 | 11 | 0 | 0.57 | 0.95 | 0.17 | 24.18 | 0.9 | 0.44 |
| Hex | D4 | 5C | B | 0 | 39 | 5F | 11 | 18 | 5A | 2C |
| Octal | 324 | 134 | 13 | 0 | 71 | 137 | 21 | 30 | 132 | 54 |
| Binary | 11010100 | 1011100 | 1011 | 0 | 111001 | 1011111 | 10001 | 11000 | 1011010 | 101100 |
Color Harmonies of #D45C0B
Complementary color
Monochromatic Colors of #D45C0B
Black with #D45C0B
Text Example
Text Example
White with #D45C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45C0B; }
p { color: rgb(212,92,11); }
H1.HeaderClassName
{
color: #D45C0B;
}
.AnyTagClassName
{
color: #D45C0B;
}
</style>
background-color css
<style>
a { background-color: #D45C0B; }
a { background-color: rgb(212,92,11); }
div.DivClassName
{
background-color: #D45C0B;
}
.BgClassName
{
background-color: #D45C0B;
}
</style>
border-color css
<style>
span { border-color: #D45C0B; }
span { border-color: rgb(212,92,11); }
td.TdClassName
{
border-color: #D45C0B;
}
.TagClassName
{
border-color: #D45C0B;
}
</style>