Shades of Tenne (Tawny) #DC4802
Tints of Tenne (Tawny) #DC4802
RGB
CMYK
RGB Variations
Color information
#DC4802 (or 0xDC4802) is known color: Tenne (Tawny). HEX triplet: DC, 48 and 02. RGB value is (220,72,2). Sum of RGB (Red+Green+Blue) = 220+72+2=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4802 is #23B7FD. Grayscale: #6C6C6C. Windows color (decimal): -2340862 or 149724. OLE color: 149724.
HSL color Cylindrical-coordinate representation of color #DC4802: hue angle of 19.27º 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 #DC4802 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 72 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.14 |
| HSL | 19.27º | 0.98% | 0.44% | - |
| HSV(B) | 19.27º | 0.99% | 0.86% | - |
| XYZ | 31.84 | 19.85 | 2.21 | - |
| YUV | 108.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 72 | 2 | 0 | 0.67 | 0.99 | 0.14 | 19.27 | 0.98 | 0.44 |
| Hex | DC | 48 | 2 | 0 | 43 | 63 | E | 13 | 62 | 2C |
| Octal | 334 | 110 | 2 | 0 | 103 | 143 | 16 | 23 | 142 | 54 |
| Binary | 11011100 | 1001000 | 10 | 0 | 1000011 | 1100011 | 1110 | 10011 | 1100010 | 101100 |
Color Harmonies of #DC4802
Complementary color
Monochromatic Colors of #DC4802
Black with #DC4802
Text Example
Text Example
White with #DC4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4802; }
p { color: rgb(220,72,2); }
H1.HeaderClassName
{
color: #DC4802;
}
.AnyTagClassName
{
color: #DC4802;
}
</style>
background-color css
<style>
a { background-color: #DC4802; }
a { background-color: rgb(220,72,2); }
div.DivClassName
{
background-color: #DC4802;
}
.BgClassName
{
background-color: #DC4802;
}
</style>
border-color css
<style>
span { border-color: #DC4802; }
span { border-color: rgb(220,72,2); }
td.TdClassName
{
border-color: #DC4802;
}
.TagClassName
{
border-color: #DC4802;
}
</style>