Shades of Tenne (Tawny) #D44504
Tints of Tenne (Tawny) #D44504
RGB
CMYK
RGB Variations
Color information
#D44504 (or 0xD44504) is known color: Tenne (Tawny). HEX triplet: D4, 45 and 04. RGB value is (212,69,4). Sum of RGB (Red+Green+Blue) = 212+69+4=285 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.39% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 212 - color contains mainly: red. Hex color #D44504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D44504 is #2BBAFB. Grayscale: #686868. Windows color (decimal): -2865916 or 280020. OLE color: 280020.
HSL color Cylindrical-coordinate representation of color #D44504: hue angle of 18.75º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D44504 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 69 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.17 |
| HSL | 18.75º | 0.96% | 0.42% | - |
| HSV(B) | 18.75º | 0.98% | 0.83% | - |
| XYZ | 29.3 | 18.26 | 2.1 | - |
| YUV | 104.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 69 | 4 | 0 | 0.67 | 0.98 | 0.17 | 18.75 | 0.96 | 0.42 |
| Hex | D4 | 45 | 4 | 0 | 43 | 62 | 11 | 13 | 60 | 2A |
| Octal | 324 | 105 | 4 | 0 | 103 | 142 | 21 | 23 | 140 | 52 |
| Binary | 11010100 | 1000101 | 100 | 0 | 1000011 | 1100010 | 10001 | 10011 | 1100000 | 101010 |
Color Harmonies of #D44504
Complementary color
Monochromatic Colors of #D44504
Black with #D44504
Text Example
Text Example
White with #D44504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D44504; }
p { color: rgb(212,69,4); }
H1.HeaderClassName
{
color: #D44504;
}
.AnyTagClassName
{
color: #D44504;
}
</style>
background-color css
<style>
a { background-color: #D44504; }
a { background-color: rgb(212,69,4); }
div.DivClassName
{
background-color: #D44504;
}
.BgClassName
{
background-color: #D44504;
}
</style>
border-color css
<style>
span { border-color: #D44504; }
span { border-color: rgb(212,69,4); }
td.TdClassName
{
border-color: #D44504;
}
.TagClassName
{
border-color: #D44504;
}
</style>