Shades of Tenne (Tawny) #CD6000
Tints of Tenne (Tawny) #CD6000
RGB
CMYK
RGB Variations
Color information
#CD6000 (or 0xCD6000) is known color: Tenne (Tawny). HEX triplet: CD, 60 and 00. RGB value is (205,96,0). Sum of RGB (Red+Green+Blue) = 205+96+0=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 96 (37.89% from 255 or 31.89% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6000 is #329FFF. Grayscale: #767676. Windows color (decimal): -3317760 or 24781. OLE color: 24781.
HSL color Cylindrical-coordinate representation of color #CD6000: hue angle of 28.1º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD6000 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 96 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.20 |
| HSL | 28.1º | 1% | 0.4% | - |
| HSV(B) | 28.1º | 1% | 0.8% | - |
| XYZ | 29.36 | 21.34 | 2.57 | - |
| YUV | 117.65 | 61.61 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 96 | 0 | 0 | 0.53 | 1 | 0.20 | 28.1 | 1 | 0.4 |
| Hex | CD | 60 | 0 | 0 | 35 | 64 | 14 | 1C | 64 | 28 |
| Octal | 315 | 140 | 0 | 0 | 65 | 144 | 24 | 34 | 144 | 50 |
| Binary | 11001101 | 1100000 | 0 | 0 | 110101 | 1100100 | 10100 | 11100 | 1100100 | 101000 |
Color Harmonies of #CD6000
Complementary color
Monochromatic Colors of #CD6000
Black with #CD6000
Text Example
Text Example
White with #CD6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6000; }
p { color: rgb(205,96,0); }
H1.HeaderClassName
{
color: #CD6000;
}
.AnyTagClassName
{
color: #CD6000;
}
</style>
background-color css
<style>
a { background-color: #CD6000; }
a { background-color: rgb(205,96,0); }
div.DivClassName
{
background-color: #CD6000;
}
.BgClassName
{
background-color: #CD6000;
}
</style>
border-color css
<style>
span { border-color: #CD6000; }
span { border-color: rgb(205,96,0); }
td.TdClassName
{
border-color: #CD6000;
}
.TagClassName
{
border-color: #CD6000;
}
</style>