Shades of Tenne (Tawny) #D44706
Tints of Tenne (Tawny) #D44706
RGB
CMYK
RGB Variations
Color information
#D44706 (or 0xD44706) is known color: Tenne (Tawny). HEX triplet: D4, 47 and 06. RGB value is (212,71,6). Sum of RGB (Red+Green+Blue) = 212+71+6=289 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.36% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 212 - color contains mainly: red. Hex color #D44706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44706 is #2BB8F9. Grayscale: #6A6A6A. Windows color (decimal): -2865402 or 411604. OLE color: 411604.
HSL color Cylindrical-coordinate representation of color #D44706: hue angle of 18.93º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D44706 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 71 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.17 |
| HSL | 18.93º | 0.94% | 0.43% | - |
| HSV(B) | 18.93º | 0.97% | 0.83% | - |
| XYZ | 29.44 | 18.52 | 2.19 | - |
| YUV | 105.75 | 71.71 | 203.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 71 | 6 | 0 | 0.67 | 0.97 | 0.17 | 18.93 | 0.94 | 0.43 |
| Hex | D4 | 47 | 6 | 0 | 43 | 61 | 11 | 13 | 5E | 2B |
| Octal | 324 | 107 | 6 | 0 | 103 | 141 | 21 | 23 | 136 | 53 |
| Binary | 11010100 | 1000111 | 110 | 0 | 1000011 | 1100001 | 10001 | 10011 | 1011110 | 101011 |
Color Harmonies of #D44706
Complementary color
Monochromatic Colors of #D44706
Black with #D44706
Text Example
Text Example
White with #D44706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44706; }
p { color: rgb(212,71,6); }
H1.HeaderClassName
{
color: #D44706;
}
.AnyTagClassName
{
color: #D44706;
}
</style>
background-color css
<style>
a { background-color: #D44706; }
a { background-color: rgb(212,71,6); }
div.DivClassName
{
background-color: #D44706;
}
.BgClassName
{
background-color: #D44706;
}
</style>
border-color css
<style>
span { border-color: #D44706; }
span { border-color: rgb(212,71,6); }
td.TdClassName
{
border-color: #D44706;
}
.TagClassName
{
border-color: #D44706;
}
</style>