Shades of Tenne (Tawny) #DC4A00
Tints of Tenne (Tawny) #DC4A00
RGB
CMYK
RGB Variations
Color information
#DC4A00 (or 0xDC4A00) is known color: Tenne (Tawny). HEX triplet: DC, 4A and 00. RGB value is (220,74,0). Sum of RGB (Red+Green+Blue) = 220+74+0=294 (38% of max value = 765). Red value is 220 (86.33% from 255 or 74.83% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4A00 is #23B5FF. Grayscale: #6D6D6D. Windows color (decimal): -2340352 or 19164. OLE color: 19164.
HSL color Cylindrical-coordinate representation of color #DC4A00: hue angle of 20.18º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC4A00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 74 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.14 |
| HSL | 20.18º | 1% | 0.43% | - |
| HSV(B) | 20.18º | 1% | 0.86% | - |
| XYZ | 31.96 | 20.11 | 2.2 | - |
| YUV | 109.22 | 66.37 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 74 | 0 | 0 | 0.66 | 1 | 0.14 | 20.18 | 1 | 0.43 |
| Hex | DC | 4A | 0 | 0 | 42 | 64 | E | 14 | 64 | 2B |
| Octal | 334 | 112 | 0 | 0 | 102 | 144 | 16 | 24 | 144 | 53 |
| Binary | 11011100 | 1001010 | 0 | 0 | 1000010 | 1100100 | 1110 | 10100 | 1100100 | 101011 |
Color Harmonies of #DC4A00
Complementary color
Monochromatic Colors of #DC4A00
Black with #DC4A00
Text Example
Text Example
White with #DC4A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC4A00; }
p { color: rgb(220,74,0); }
H1.HeaderClassName
{
color: #DC4A00;
}
.AnyTagClassName
{
color: #DC4A00;
}
</style>
background-color css
<style>
a { background-color: #DC4A00; }
a { background-color: rgb(220,74,0); }
div.DivClassName
{
background-color: #DC4A00;
}
.BgClassName
{
background-color: #DC4A00;
}
</style>
border-color css
<style>
span { border-color: #DC4A00; }
span { border-color: rgb(220,74,0); }
td.TdClassName
{
border-color: #DC4A00;
}
.TagClassName
{
border-color: #DC4A00;
}
</style>