Shades of Tenne (Tawny) #D44608
Tints of Tenne (Tawny) #D44608
RGB
CMYK
RGB Variations
Color information
#D44608 (or 0xD44608) is known color: Tenne (Tawny). HEX triplet: D4, 46 and 08. RGB value is (212,70,8). Sum of RGB (Red+Green+Blue) = 212+70+8=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 8 (3.52% from 255 or 2.76% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D44608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44608 is #2BB9F7. Grayscale: #696969. Windows color (decimal): -2865656 or 542420. OLE color: 542420.
HSL color Cylindrical-coordinate representation of color #D44608: hue angle of 18.24º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D44608 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 70 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.17 |
| HSL | 18.24º | 0.93% | 0.43% | - |
| HSV(B) | 18.24º | 0.96% | 0.83% | - |
| XYZ | 29.39 | 18.39 | 2.23 | - |
| YUV | 105.39 | 73.04 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 70 | 8 | 0 | 0.67 | 0.96 | 0.17 | 18.24 | 0.93 | 0.43 |
| Hex | D4 | 46 | 8 | 0 | 43 | 60 | 11 | 12 | 5D | 2B |
| Octal | 324 | 106 | 10 | 0 | 103 | 140 | 21 | 22 | 135 | 53 |
| Binary | 11010100 | 1000110 | 1000 | 0 | 1000011 | 1100000 | 10001 | 10010 | 1011101 | 101011 |
Color Harmonies of #D44608
Complementary color
Monochromatic Colors of #D44608
Black with #D44608
Text Example
Text Example
White with #D44608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44608; }
p { color: rgb(212,70,8); }
H1.HeaderClassName
{
color: #D44608;
}
.AnyTagClassName
{
color: #D44608;
}
</style>
background-color css
<style>
a { background-color: #D44608; }
a { background-color: rgb(212,70,8); }
div.DivClassName
{
background-color: #D44608;
}
.BgClassName
{
background-color: #D44608;
}
</style>
border-color css
<style>
span { border-color: #D44608; }
span { border-color: rgb(212,70,8); }
td.TdClassName
{
border-color: #D44608;
}
.TagClassName
{
border-color: #D44608;
}
</style>