Shades of Tenne (Tawny) #CD4D14
Tints of Tenne (Tawny) #CD4D14
RGB
CMYK
RGB Variations
Color information
#CD4D14 (or 0xCD4D14) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 14. RGB value is (205,77,20). Sum of RGB (Red+Green+Blue) = 205+77+20=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D14 is #32B2EB. Grayscale: #6D6D6D. Windows color (decimal): -3322604 or 1330637. OLE color: 1330637.
HSL color Cylindrical-coordinate representation of color #CD4D14: hue angle of 18.49º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD4D14 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 77 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.20 |
| HSL | 18.49º | 0.82% | 0.44% | - |
| HSV(B) | 18.49º | 0.9% | 0.8% | - |
| XYZ | 27.96 | 18.34 | 2.73 | - |
| YUV | 108.77 | 77.91 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 77 | 20 | 0 | 0.62 | 0.90 | 0.20 | 18.49 | 0.82 | 0.44 |
| Hex | CD | 4D | 14 | 0 | 3E | 5A | 14 | 12 | 52 | 2C |
| Octal | 315 | 115 | 24 | 0 | 76 | 132 | 24 | 22 | 122 | 54 |
| Binary | 11001101 | 1001101 | 10100 | 0 | 111110 | 1011010 | 10100 | 10010 | 1010010 | 101100 |
Color Harmonies of #CD4D14
Complementary color
Monochromatic Colors of #CD4D14
Black with #CD4D14
Text Example
Text Example
White with #CD4D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4D14; }
p { color: rgb(205,77,20); }
H1.HeaderClassName
{
color: #CD4D14;
}
.AnyTagClassName
{
color: #CD4D14;
}
</style>
background-color css
<style>
a { background-color: #CD4D14; }
a { background-color: rgb(205,77,20); }
div.DivClassName
{
background-color: #CD4D14;
}
.BgClassName
{
background-color: #CD4D14;
}
</style>
border-color css
<style>
span { border-color: #CD4D14; }
span { border-color: rgb(205,77,20); }
td.TdClassName
{
border-color: #CD4D14;
}
.TagClassName
{
border-color: #CD4D14;
}
</style>