Shades of Tenne (Tawny) #DC4E02
Tints of Tenne (Tawny) #DC4E02
RGB
CMYK
RGB Variations
Color information
#DC4E02 (or 0xDC4E02) is known color: Tenne (Tawny). HEX triplet: DC, 4E and 02. RGB value is (220,78,2). Sum of RGB (Red+Green+Blue) = 220+78+2=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E02 is #23B1FD. Grayscale: #707070. Windows color (decimal): -2339326 or 151260. OLE color: 151260.
HSL color Cylindrical-coordinate representation of color #DC4E02: hue angle of 20.92º degrees, saturation: 0.98, 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 #DC4E02 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 78 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.14 |
| HSL | 20.92º | 0.98% | 0.44% | - |
| HSV(B) | 20.92º | 0.99% | 0.86% | - |
| XYZ | 32.25 | 20.67 | 2.35 | - |
| YUV | 111.79 | 66.04 | 205.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 78 | 2 | 0 | 0.65 | 0.99 | 0.14 | 20.92 | 0.98 | 0.44 |
| Hex | DC | 4E | 2 | 0 | 41 | 63 | E | 15 | 62 | 2C |
| Octal | 334 | 116 | 2 | 0 | 101 | 143 | 16 | 25 | 142 | 54 |
| Binary | 11011100 | 1001110 | 10 | 0 | 1000001 | 1100011 | 1110 | 10101 | 1100010 | 101100 |
Color Harmonies of #DC4E02
Complementary color
Monochromatic Colors of #DC4E02
Black with #DC4E02
Text Example
Text Example
White with #DC4E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4E02; }
p { color: rgb(220,78,2); }
H1.HeaderClassName
{
color: #DC4E02;
}
.AnyTagClassName
{
color: #DC4E02;
}
</style>
background-color css
<style>
a { background-color: #DC4E02; }
a { background-color: rgb(220,78,2); }
div.DivClassName
{
background-color: #DC4E02;
}
.BgClassName
{
background-color: #DC4E02;
}
</style>
border-color css
<style>
span { border-color: #DC4E02; }
span { border-color: rgb(220,78,2); }
td.TdClassName
{
border-color: #DC4E02;
}
.TagClassName
{
border-color: #DC4E02;
}
</style>