Shades of Tenne (Tawny) #DC4D07
Tints of Tenne (Tawny) #DC4D07
RGB
CMYK
RGB Variations
Color information
#DC4D07 (or 0xDC4D07) is known color: Tenne (Tawny). HEX triplet: DC, 4D and 07. RGB value is (220,77,7). Sum of RGB (Red+Green+Blue) = 220+77+7=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 7 (3.12% from 255 or 2.30% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D07 is #23B2F8. Grayscale: #707070. Windows color (decimal): -2339577 or 478684. OLE color: 478684.
HSL color Cylindrical-coordinate representation of color #DC4D07: hue angle of 19.72º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC4D07 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 77 | 7 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.14 |
| HSL | 19.72º | 0.94% | 0.45% | - |
| HSV(B) | 19.72º | 0.97% | 0.86% | - |
| XYZ | 32.21 | 20.54 | 2.47 | - |
| YUV | 111.78 | 68.88 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 77 | 7 | 0 | 0.65 | 0.97 | 0.14 | 19.72 | 0.94 | 0.45 |
| Hex | DC | 4D | 7 | 0 | 41 | 61 | E | 14 | 5E | 2D |
| Octal | 334 | 115 | 7 | 0 | 101 | 141 | 16 | 24 | 136 | 55 |
| Binary | 11011100 | 1001101 | 111 | 0 | 1000001 | 1100001 | 1110 | 10100 | 1011110 | 101101 |
Color Harmonies of #DC4D07
Complementary color
Monochromatic Colors of #DC4D07
Black with #DC4D07
Text Example
Text Example
White with #DC4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4D07; }
p { color: rgb(220,77,7); }
H1.HeaderClassName
{
color: #DC4D07;
}
.AnyTagClassName
{
color: #DC4D07;
}
</style>
background-color css
<style>
a { background-color: #DC4D07; }
a { background-color: rgb(220,77,7); }
div.DivClassName
{
background-color: #DC4D07;
}
.BgClassName
{
background-color: #DC4D07;
}
</style>
border-color css
<style>
span { border-color: #DC4D07; }
span { border-color: rgb(220,77,7); }
td.TdClassName
{
border-color: #DC4D07;
}
.TagClassName
{
border-color: #DC4D07;
}
</style>