Shades of Tenne (Tawny) #CD4800
Tints of Tenne (Tawny) #CD4800
RGB
CMYK
RGB Variations
Color information
#CD4800 (or 0xCD4800) is known color: Tenne (Tawny). HEX triplet: CD, 48 and 00. RGB value is (205,72,0). Sum of RGB (Red+Green+Blue) = 205+72+0=277 (36% of max value = 765). Red value is 205 (80.47% from 255 or 74.01% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4800 is #32B7FF. Grayscale: #676767. Windows color (decimal): -3323904 or 18637. OLE color: 18637.
HSL color Cylindrical-coordinate representation of color #CD4800: hue angle of 21.07º 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 #CD4800 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 72 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.20 |
| HSL | 21.07º | 1% | 0.4% | - |
| HSV(B) | 21.07º | 1% | 0.8% | - |
| XYZ | 27.49 | 17.61 | 1.95 | - |
| YUV | 103.56 | 69.56 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 72 | 0 | 0 | 0.65 | 1 | 0.20 | 21.07 | 1 | 0.4 |
| Hex | CD | 48 | 0 | 0 | 41 | 64 | 14 | 15 | 64 | 28 |
| Octal | 315 | 110 | 0 | 0 | 101 | 144 | 24 | 25 | 144 | 50 |
| Binary | 11001101 | 1001000 | 0 | 0 | 1000001 | 1100100 | 10100 | 10101 | 1100100 | 101000 |
Color Harmonies of #CD4800
Complementary color
Monochromatic Colors of #CD4800
Black with #CD4800
Text Example
Text Example
White with #CD4800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4800; }
p { color: rgb(205,72,0); }
H1.HeaderClassName
{
color: #CD4800;
}
.AnyTagClassName
{
color: #CD4800;
}
</style>
background-color css
<style>
a { background-color: #CD4800; }
a { background-color: rgb(205,72,0); }
div.DivClassName
{
background-color: #CD4800;
}
.BgClassName
{
background-color: #CD4800;
}
</style>
border-color css
<style>
span { border-color: #CD4800; }
span { border-color: rgb(205,72,0); }
td.TdClassName
{
border-color: #CD4800;
}
.TagClassName
{
border-color: #CD4800;
}
</style>