Shades of Tenne (Tawny) #DC4702
Tints of Tenne (Tawny) #DC4702
RGB
CMYK
RGB Variations
Color information
#DC4702 (or 0xDC4702) is known color: Tenne (Tawny). HEX triplet: DC, 47 and 02. RGB value is (220,71,2). Sum of RGB (Red+Green+Blue) = 220+71+2=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 71 (28.12% from 255 or 24.23% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4702 is #23B8FD. Grayscale: #6C6C6C. Windows color (decimal): -2341118 or 149468. OLE color: 149468.
HSL color Cylindrical-coordinate representation of color #DC4702: hue angle of 18.99º 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 #DC4702 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 71 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.14 |
| HSL | 18.99º | 0.98% | 0.44% | - |
| HSV(B) | 18.99º | 0.99% | 0.86% | - |
| XYZ | 31.78 | 19.73 | 2.19 | - |
| YUV | 107.69 | 68.36 | 208.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 71 | 2 | 0 | 0.68 | 0.99 | 0.14 | 18.99 | 0.98 | 0.44 |
| Hex | DC | 47 | 2 | 0 | 44 | 63 | E | 13 | 62 | 2C |
| Octal | 334 | 107 | 2 | 0 | 104 | 143 | 16 | 23 | 142 | 54 |
| Binary | 11011100 | 1000111 | 10 | 0 | 1000100 | 1100011 | 1110 | 10011 | 1100010 | 101100 |
Color Harmonies of #DC4702
Complementary color
Monochromatic Colors of #DC4702
Black with #DC4702
Text Example
Text Example
White with #DC4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4702; }
p { color: rgb(220,71,2); }
H1.HeaderClassName
{
color: #DC4702;
}
.AnyTagClassName
{
color: #DC4702;
}
</style>
background-color css
<style>
a { background-color: #DC4702; }
a { background-color: rgb(220,71,2); }
div.DivClassName
{
background-color: #DC4702;
}
.BgClassName
{
background-color: #DC4702;
}
</style>
border-color css
<style>
span { border-color: #DC4702; }
span { border-color: rgb(220,71,2); }
td.TdClassName
{
border-color: #DC4702;
}
.TagClassName
{
border-color: #DC4702;
}
</style>