Shades of Tenne (Tawny) #DC550B
Tints of Tenne (Tawny) #DC550B
RGB
CMYK
RGB Variations
Color information
#DC550B (or 0xDC550B) is known color: Tenne (Tawny). HEX triplet: DC, 55 and 0B. RGB value is (220,85,11). Sum of RGB (Red+Green+Blue) = 220+85+11=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC550B is #23AAF4. Grayscale: #757575. Windows color (decimal): -2337525 or 742876. OLE color: 742876.
HSL color Cylindrical-coordinate representation of color #DC550B: hue angle of 21.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC550B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 85 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.14 |
| HSL | 21.24º | 0.9% | 0.45% | - |
| HSV(B) | 21.24º | 0.95% | 0.86% | - |
| XYZ | 32.82 | 21.74 | 2.78 | - |
| YUV | 116.93 | 68.23 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 85 | 11 | 0 | 0.61 | 0.95 | 0.14 | 21.24 | 0.9 | 0.45 |
| Hex | DC | 55 | B | 0 | 3D | 5F | E | 15 | 5A | 2D |
| Octal | 334 | 125 | 13 | 0 | 75 | 137 | 16 | 25 | 132 | 55 |
| Binary | 11011100 | 1010101 | 1011 | 0 | 111101 | 1011111 | 1110 | 10101 | 1011010 | 101101 |
Color Harmonies of #DC550B
Complementary color
Monochromatic Colors of #DC550B
Black with #DC550B
Text Example
Text Example
White with #DC550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC550B; }
p { color: rgb(220,85,11); }
H1.HeaderClassName
{
color: #DC550B;
}
.AnyTagClassName
{
color: #DC550B;
}
</style>
background-color css
<style>
a { background-color: #DC550B; }
a { background-color: rgb(220,85,11); }
div.DivClassName
{
background-color: #DC550B;
}
.BgClassName
{
background-color: #DC550B;
}
</style>
border-color css
<style>
span { border-color: #DC550B; }
span { border-color: rgb(220,85,11); }
td.TdClassName
{
border-color: #DC550B;
}
.TagClassName
{
border-color: #DC550B;
}
</style>