Shades of Tenne (Tawny) #DC5B00
Tints of Tenne (Tawny) #DC5B00
RGB
CMYK
RGB Variations
Color information
#DC5B00 (or 0xDC5B00) is known color: Tenne (Tawny). HEX triplet: DC, 5B and 00. RGB value is (220,91,0). Sum of RGB (Red+Green+Blue) = 220+91+0=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5B00 is #23A4FF. Grayscale: #777777. Windows color (decimal): -2336000 or 23516. OLE color: 23516.
HSL color Cylindrical-coordinate representation of color #DC5B00: hue angle of 24.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC5B00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 91 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.14 |
| HSL | 24.82º | 1% | 0.43% | - |
| HSV(B) | 24.82º | 1% | 0.86% | - |
| XYZ | 33.26 | 22.7 | 2.63 | - |
| YUV | 119.2 | 60.74 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 91 | 0 | 0 | 0.59 | 1 | 0.14 | 24.82 | 1 | 0.43 |
| Hex | DC | 5B | 0 | 0 | 3B | 64 | E | 19 | 64 | 2B |
| Octal | 334 | 133 | 0 | 0 | 73 | 144 | 16 | 31 | 144 | 53 |
| Binary | 11011100 | 1011011 | 0 | 0 | 111011 | 1100100 | 1110 | 11001 | 1100100 | 101011 |
Color Harmonies of #DC5B00
Complementary color
Monochromatic Colors of #DC5B00
Black with #DC5B00
Text Example
Text Example
White with #DC5B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC5B00; }
p { color: rgb(220,91,0); }
H1.HeaderClassName
{
color: #DC5B00;
}
.AnyTagClassName
{
color: #DC5B00;
}
</style>
background-color css
<style>
a { background-color: #DC5B00; }
a { background-color: rgb(220,91,0); }
div.DivClassName
{
background-color: #DC5B00;
}
.BgClassName
{
background-color: #DC5B00;
}
</style>
border-color css
<style>
span { border-color: #DC5B00; }
span { border-color: rgb(220,91,0); }
td.TdClassName
{
border-color: #DC5B00;
}
.TagClassName
{
border-color: #DC5B00;
}
</style>