Shades of Tenne (Tawny) #D54A08
Tints of Tenne (Tawny) #D54A08
RGB
CMYK
RGB Variations
Color information
#D54A08 (or 0xD54A08) is known color: Tenne (Tawny). HEX triplet: D5, 4A and 08. RGB value is (213,74,8). Sum of RGB (Red+Green+Blue) = 213+74+8=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D54A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D54A08 is #2AB5F7. Grayscale: #6C6C6C. Windows color (decimal): -2799096 or 543445. OLE color: 543445.
HSL color Cylindrical-coordinate representation of color #D54A08: hue angle of 19.32º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D54A08 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 74 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.16 |
| HSL | 19.32º | 0.93% | 0.43% | - |
| HSV(B) | 19.32º | 0.96% | 0.84% | - |
| XYZ | 29.93 | 19.06 | 2.33 | - |
| YUV | 108.04 | 71.55 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 74 | 8 | 0 | 0.65 | 0.96 | 0.16 | 19.32 | 0.93 | 0.43 |
| Hex | D5 | 4A | 8 | 0 | 41 | 60 | 10 | 13 | 5D | 2B |
| Octal | 325 | 112 | 10 | 0 | 101 | 140 | 20 | 23 | 135 | 53 |
| Binary | 11010101 | 1001010 | 1000 | 0 | 1000001 | 1100000 | 10000 | 10011 | 1011101 | 101011 |
Color Harmonies of #D54A08
Complementary color
Monochromatic Colors of #D54A08
Black with #D54A08
Text Example
Text Example
White with #D54A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54A08; }
p { color: rgb(213,74,8); }
H1.HeaderClassName
{
color: #D54A08;
}
.AnyTagClassName
{
color: #D54A08;
}
</style>
background-color css
<style>
a { background-color: #D54A08; }
a { background-color: rgb(213,74,8); }
div.DivClassName
{
background-color: #D54A08;
}
.BgClassName
{
background-color: #D54A08;
}
</style>
border-color css
<style>
span { border-color: #D54A08; }
span { border-color: rgb(213,74,8); }
td.TdClassName
{
border-color: #D54A08;
}
.TagClassName
{
border-color: #D54A08;
}
</style>