Shades of Tenne (Tawny) #DC6200
Tints of Tenne (Tawny) #DC6200
RGB
CMYK
RGB Variations
Color information
#DC6200 (or 0xDC6200) is known color: Tenne (Tawny). HEX triplet: DC, 62 and 00. RGB value is (220,98,0). Sum of RGB (Red+Green+Blue) = 220+98+0=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6200 is #239DFF. Grayscale: #7B7B7B. Windows color (decimal): -2334208 or 25308. OLE color: 25308.
HSL color Cylindrical-coordinate representation of color #DC6200: hue angle of 26.73º 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 #DC6200 is Cyan = 0, Magento = 0.55, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 98 | 0 | - |
| CMYK | 0 | 0.55 | 1 | 0.14 |
| HSL | 26.73º | 1% | 0.43% | - |
| HSV(B) | 26.73º | 1% | 0.86% | - |
| XYZ | 33.88 | 23.95 | 2.84 | - |
| YUV | 123.31 | 58.42 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 98 | 0 | 0 | 0.55 | 1 | 0.14 | 26.73 | 1 | 0.43 |
| Hex | DC | 62 | 0 | 0 | 37 | 64 | E | 1B | 64 | 2B |
| Octal | 334 | 142 | 0 | 0 | 67 | 144 | 16 | 33 | 144 | 53 |
| Binary | 11011100 | 1100010 | 0 | 0 | 110111 | 1100100 | 1110 | 11011 | 1100100 | 101011 |
Color Harmonies of #DC6200
Complementary color
Monochromatic Colors of #DC6200
Black with #DC6200
Text Example
Text Example
White with #DC6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6200; }
p { color: rgb(220,98,0); }
H1.HeaderClassName
{
color: #DC6200;
}
.AnyTagClassName
{
color: #DC6200;
}
</style>
background-color css
<style>
a { background-color: #DC6200; }
a { background-color: rgb(220,98,0); }
div.DivClassName
{
background-color: #DC6200;
}
.BgClassName
{
background-color: #DC6200;
}
</style>
border-color css
<style>
span { border-color: #DC6200; }
span { border-color: rgb(220,98,0); }
td.TdClassName
{
border-color: #DC6200;
}
.TagClassName
{
border-color: #DC6200;
}
</style>