Shades of Tenne (Tawny) #D34A03
Tints of Tenne (Tawny) #D34A03
RGB
CMYK
RGB Variations
Color information
#D34A03 (or 0xD34A03) is known color: Tenne (Tawny). HEX triplet: D3, 4A and 03. RGB value is (211,74,3). Sum of RGB (Red+Green+Blue) = 211+74+3=288 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.26% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 3 (1.56% from 255 or 1.04% from 288); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34A03 is #2CB5FC. Grayscale: #6B6B6B. Windows color (decimal): -2930173 or 215763. OLE color: 215763.
HSL color Cylindrical-coordinate representation of color #D34A03: hue angle of 20.48º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D34A03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 74 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.17 |
| HSL | 20.48º | 0.97% | 0.42% | - |
| HSV(B) | 20.48º | 0.99% | 0.83% | - |
| XYZ | 29.33 | 18.75 | 2.16 | - |
| YUV | 106.87 | 69.39 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 74 | 3 | 0 | 0.65 | 0.99 | 0.17 | 20.48 | 0.97 | 0.42 |
| Hex | D3 | 4A | 3 | 0 | 41 | 63 | 11 | 14 | 61 | 2A |
| Octal | 323 | 112 | 3 | 0 | 101 | 143 | 21 | 24 | 141 | 52 |
| Binary | 11010011 | 1001010 | 11 | 0 | 1000001 | 1100011 | 10001 | 10100 | 1100001 | 101010 |
Color Harmonies of #D34A03
Complementary color
Monochromatic Colors of #D34A03
Black with #D34A03
Text Example
Text Example
White with #D34A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34A03; }
p { color: rgb(211,74,3); }
H1.HeaderClassName
{
color: #D34A03;
}
.AnyTagClassName
{
color: #D34A03;
}
</style>
background-color css
<style>
a { background-color: #D34A03; }
a { background-color: rgb(211,74,3); }
div.DivClassName
{
background-color: #D34A03;
}
.BgClassName
{
background-color: #D34A03;
}
</style>
border-color css
<style>
span { border-color: #D34A03; }
span { border-color: rgb(211,74,3); }
td.TdClassName
{
border-color: #D34A03;
}
.TagClassName
{
border-color: #D34A03;
}
</style>