Shades of Tenne (Tawny) #DC6103
Tints of Tenne (Tawny) #DC6103
RGB
CMYK
RGB Variations
Color information
#DC6103 (or 0xDC6103) is known color: Tenne (Tawny). HEX triplet: DC, 61 and 03. RGB value is (220,97,3). Sum of RGB (Red+Green+Blue) = 220+97+3=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6103 is #239EFC. Grayscale: #7B7B7B. Windows color (decimal): -2334461 or 221660. OLE color: 221660.
HSL color Cylindrical-coordinate representation of color #DC6103: hue angle of 25.99º degrees, saturation: 0.97, 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 #DC6103 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 97 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.14 |
| HSL | 25.99º | 0.97% | 0.44% | - |
| HSV(B) | 25.99º | 0.99% | 0.86% | - |
| XYZ | 33.81 | 23.77 | 2.89 | - |
| YUV | 123.06 | 60.25 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 97 | 3 | 0 | 0.56 | 0.99 | 0.14 | 25.99 | 0.97 | 0.44 |
| Hex | DC | 61 | 3 | 0 | 38 | 63 | E | 1A | 61 | 2C |
| Octal | 334 | 141 | 3 | 0 | 70 | 143 | 16 | 32 | 141 | 54 |
| Binary | 11011100 | 1100001 | 11 | 0 | 111000 | 1100011 | 1110 | 11010 | 1100001 | 101100 |
Color Harmonies of #DC6103
Complementary color
Monochromatic Colors of #DC6103
Black with #DC6103
Text Example
Text Example
White with #DC6103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6103; }
p { color: rgb(220,97,3); }
H1.HeaderClassName
{
color: #DC6103;
}
.AnyTagClassName
{
color: #DC6103;
}
</style>
background-color css
<style>
a { background-color: #DC6103; }
a { background-color: rgb(220,97,3); }
div.DivClassName
{
background-color: #DC6103;
}
.BgClassName
{
background-color: #DC6103;
}
</style>
border-color css
<style>
span { border-color: #DC6103; }
span { border-color: rgb(220,97,3); }
td.TdClassName
{
border-color: #DC6103;
}
.TagClassName
{
border-color: #DC6103;
}
</style>