Shades of Tenne (Tawny) #CD4D00
Tints of Tenne (Tawny) #CD4D00
RGB
CMYK
RGB Variations
Color information
#CD4D00 (or 0xCD4D00) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 00. RGB value is (205,77,0). Sum of RGB (Red+Green+Blue) = 205+77+0=282 (37% of max value = 765). Red value is 205 (80.47% from 255 or 72.70% from 282); Green value is 77 (30.47% from 255 or 27.30% from 282); Blue value is 0 (0.39% from 255 or 0% from 282); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D00 is #32B2FF. Grayscale: #6A6A6A. Windows color (decimal): -3322624 or 19917. OLE color: 19917.
HSL color Cylindrical-coordinate representation of color #CD4D00: hue angle of 22.54º 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 #CD4D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.20 |
| HSL | 22.54º | 1% | 0.4% | - |
| HSV(B) | 22.54º | 1% | 0.8% | - |
| XYZ | 27.83 | 18.29 | 2.06 | - |
| YUV | 106.49 | 67.91 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 0 | 0 | 0.62 | 1 | 0.20 | 22.54 | 1 | 0.4 |
| Hex | CD | 4D | 0 | 0 | 3E | 64 | 14 | 17 | 64 | 28 |
| Octal | 315 | 115 | 0 | 0 | 76 | 144 | 24 | 27 | 144 | 50 |
| Binary | 11001101 | 1001101 | 0 | 0 | 111110 | 1100100 | 10100 | 10111 | 1100100 | 101000 |
Color Harmonies of #CD4D00
Complementary color
Monochromatic Colors of #CD4D00
Black with #CD4D00
Text Example
Text Example
White with #CD4D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D00; }
p { color: rgb(205,77,0); }
H1.HeaderClassName
{
color: #CD4D00;
}
.AnyTagClassName
{
color: #CD4D00;
}
</style>
background-color css
<style>
a { background-color: #CD4D00; }
a { background-color: rgb(205,77,0); }
div.DivClassName
{
background-color: #CD4D00;
}
.BgClassName
{
background-color: #CD4D00;
}
</style>
border-color css
<style>
span { border-color: #CD4D00; }
span { border-color: rgb(205,77,0); }
td.TdClassName
{
border-color: #CD4D00;
}
.TagClassName
{
border-color: #CD4D00;
}
</style>