Shades of Tenne (Tawny) #DC4E03
Tints of Tenne (Tawny) #DC4E03
RGB
CMYK
RGB Variations
Color information
#DC4E03 (or 0xDC4E03) is known color: Tenne (Tawny). HEX triplet: DC, 4E and 03. RGB value is (220,78,3). Sum of RGB (Red+Green+Blue) = 220+78+3=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 3 (1.56% from 255 or 1.00% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E03 is #23B1FC. Grayscale: #707070. Windows color (decimal): -2339325 or 216796. OLE color: 216796.
HSL color Cylindrical-coordinate representation of color #DC4E03: hue angle of 20.74º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC4E03 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.14 |
| HSL | 20.74º | 0.97% | 0.44% | - |
| HSV(B) | 20.74º | 0.99% | 0.86% | - |
| XYZ | 32.26 | 20.67 | 2.38 | - |
| YUV | 111.91 | 66.54 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 3 | 0 | 0.65 | 0.99 | 0.14 | 20.74 | 0.97 | 0.44 |
| Hex | DC | 4E | 3 | 0 | 41 | 63 | E | 15 | 61 | 2C |
| Octal | 334 | 116 | 3 | 0 | 101 | 143 | 16 | 25 | 141 | 54 |
| Binary | 11011100 | 1001110 | 11 | 0 | 1000001 | 1100011 | 1110 | 10101 | 1100001 | 101100 |
Color Harmonies of #DC4E03
Complementary color
Monochromatic Colors of #DC4E03
Black with #DC4E03
Text Example
Text Example
White with #DC4E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E03; }
p { color: rgb(220,78,3); }
H1.HeaderClassName
{
color: #DC4E03;
}
.AnyTagClassName
{
color: #DC4E03;
}
</style>
background-color css
<style>
a { background-color: #DC4E03; }
a { background-color: rgb(220,78,3); }
div.DivClassName
{
background-color: #DC4E03;
}
.BgClassName
{
background-color: #DC4E03;
}
</style>
border-color css
<style>
span { border-color: #DC4E03; }
span { border-color: rgb(220,78,3); }
td.TdClassName
{
border-color: #DC4E03;
}
.TagClassName
{
border-color: #DC4E03;
}
</style>