Shades of Tenne (Tawny) #D34D02
Tints of Tenne (Tawny) #D34D02
RGB
CMYK
RGB Variations
Color information
#D34D02 (or 0xD34D02) is known color: Tenne (Tawny). HEX triplet: D3, 4D and 02. RGB value is (211,77,2). Sum of RGB (Red+Green+Blue) = 211+77+2=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 2 (1.17% from 255 or 0.69% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D34D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34D02 is #2CB2FD. Grayscale: #6C6C6C. Windows color (decimal): -2929406 or 150995. OLE color: 150995.
HSL color Cylindrical-coordinate representation of color #D34D02: hue angle of 21.53º degrees, saturation: 0.98, 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 #D34D02 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 77 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.17 |
| HSL | 21.53º | 0.98% | 0.42% | - |
| HSV(B) | 21.53º | 0.99% | 0.83% | - |
| XYZ | 29.53 | 19.16 | 2.2 | - |
| YUV | 108.52 | 67.89 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 77 | 2 | 0 | 0.64 | 0.99 | 0.17 | 21.53 | 0.98 | 0.42 |
| Hex | D3 | 4D | 2 | 0 | 40 | 63 | 11 | 16 | 62 | 2A |
| Octal | 323 | 115 | 2 | 0 | 100 | 143 | 21 | 26 | 142 | 52 |
| Binary | 11010011 | 1001101 | 10 | 0 | 1000000 | 1100011 | 10001 | 10110 | 1100010 | 101010 |
Color Harmonies of #D34D02
Complementary color
Monochromatic Colors of #D34D02
Black with #D34D02
Text Example
Text Example
White with #D34D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D34D02; }
p { color: rgb(211,77,2); }
H1.HeaderClassName
{
color: #D34D02;
}
.AnyTagClassName
{
color: #D34D02;
}
</style>
background-color css
<style>
a { background-color: #D34D02; }
a { background-color: rgb(211,77,2); }
div.DivClassName
{
background-color: #D34D02;
}
.BgClassName
{
background-color: #D34D02;
}
</style>
border-color css
<style>
span { border-color: #D34D02; }
span { border-color: rgb(211,77,2); }
td.TdClassName
{
border-color: #D34D02;
}
.TagClassName
{
border-color: #D34D02;
}
</style>