Shades of Tenne (Tawny) #D45B0A
Tints of Tenne (Tawny) #D45B0A
RGB
CMYK
RGB Variations
Color information
#D45B0A (or 0xD45B0A) is known color: Tenne (Tawny). HEX triplet: D4, 5B and 0A. RGB value is (212,91,10). Sum of RGB (Red+Green+Blue) = 212+91+10=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D45B0A is #2BA4F5. Grayscale: #767676. Windows color (decimal): -2860278 or 678868. OLE color: 678868.
HSL color Cylindrical-coordinate representation of color #D45B0A: hue angle of 24.06º degrees, saturation: 0.91, 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 #D45B0A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 91 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.17 |
| HSL | 24.06º | 0.91% | 0.44% | - |
| HSV(B) | 24.06º | 0.95% | 0.83% | - |
| XYZ | 30.95 | 21.5 | 2.81 | - |
| YUV | 117.95 | 67.09 | 195.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 91 | 10 | 0 | 0.57 | 0.95 | 0.17 | 24.06 | 0.91 | 0.44 |
| Hex | D4 | 5B | A | 0 | 39 | 5F | 11 | 18 | 5B | 2C |
| Octal | 324 | 133 | 12 | 0 | 71 | 137 | 21 | 30 | 133 | 54 |
| Binary | 11010100 | 1011011 | 1010 | 0 | 111001 | 1011111 | 10001 | 11000 | 1011011 | 101100 |
Color Harmonies of #D45B0A
Complementary color
Monochromatic Colors of #D45B0A
Black with #D45B0A
Text Example
Text Example
White with #D45B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45B0A; }
p { color: rgb(212,91,10); }
H1.HeaderClassName
{
color: #D45B0A;
}
.AnyTagClassName
{
color: #D45B0A;
}
</style>
background-color css
<style>
a { background-color: #D45B0A; }
a { background-color: rgb(212,91,10); }
div.DivClassName
{
background-color: #D45B0A;
}
.BgClassName
{
background-color: #D45B0A;
}
</style>
border-color css
<style>
span { border-color: #D45B0A; }
span { border-color: rgb(212,91,10); }
td.TdClassName
{
border-color: #D45B0A;
}
.TagClassName
{
border-color: #D45B0A;
}
</style>