Shades of Tenne (Tawny) #D05504
Tints of Tenne (Tawny) #D05504
RGB
CMYK
RGB Variations
Color information
#D05504 (or 0xD05504) is known color: Tenne (Tawny). HEX triplet: D0, 55 and 04. RGB value is (208,85,4). Sum of RGB (Red+Green+Blue) = 208+85+4=297 (39% of max value = 765). Red value is 208 (81.64% from 255 or 70.03% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 4 (1.95% from 255 or 1.35% from 297); Max value from RGB is 208 - color contains mainly: red. Hex color #D05504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05504 is #2FAAFB. Grayscale: #707070. Windows color (decimal): -3123964 or 284112. OLE color: 284112.
HSL color Cylindrical-coordinate representation of color #D05504: hue angle of 23.82º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D05504 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 85 | 4 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.18 |
| HSL | 23.82º | 0.96% | 0.42% | - |
| HSV(B) | 23.82º | 0.98% | 0.82% | - |
| XYZ | 29.28 | 19.92 | 2.42 | - |
| YUV | 112.54 | 66.75 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 85 | 4 | 0 | 0.59 | 0.98 | 0.18 | 23.82 | 0.96 | 0.42 |
| Hex | D0 | 55 | 4 | 0 | 3B | 62 | 12 | 18 | 60 | 2A |
| Octal | 320 | 125 | 4 | 0 | 73 | 142 | 22 | 30 | 140 | 52 |
| Binary | 11010000 | 1010101 | 100 | 0 | 111011 | 1100010 | 10010 | 11000 | 1100000 | 101010 |
Color Harmonies of #D05504
Complementary color
Monochromatic Colors of #D05504
Black with #D05504
Text Example
Text Example
White with #D05504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05504; }
p { color: rgb(208,85,4); }
H1.HeaderClassName
{
color: #D05504;
}
.AnyTagClassName
{
color: #D05504;
}
</style>
background-color css
<style>
a { background-color: #D05504; }
a { background-color: rgb(208,85,4); }
div.DivClassName
{
background-color: #D05504;
}
.BgClassName
{
background-color: #D05504;
}
</style>
border-color css
<style>
span { border-color: #D05504; }
span { border-color: rgb(208,85,4); }
td.TdClassName
{
border-color: #D05504;
}
.TagClassName
{
border-color: #D05504;
}
</style>