Shades of Tenne (Tawny) #DC600B
Tints of Tenne (Tawny) #DC600B
RGB
CMYK
RGB Variations
Color information
#DC600B (or 0xDC600B) is known color: Tenne (Tawny). HEX triplet: DC, 60 and 0B. RGB value is (220,96,11). Sum of RGB (Red+Green+Blue) = 220+96+11=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 11 (4.69% from 255 or 3.36% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC600B is #239FF4. Grayscale: #7B7B7B. Windows color (decimal): -2334709 or 745692. OLE color: 745692.
HSL color Cylindrical-coordinate representation of color #DC600B: hue angle of 24.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC600B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 96 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.14 |
| HSL | 24.4º | 0.9% | 0.45% | - |
| HSV(B) | 24.4º | 0.95% | 0.86% | - |
| XYZ | 33.76 | 23.61 | 3.09 | - |
| YUV | 123.39 | 64.58 | 196.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 96 | 11 | 0 | 0.56 | 0.95 | 0.14 | 24.4 | 0.9 | 0.45 |
| Hex | DC | 60 | B | 0 | 38 | 5F | E | 18 | 5A | 2D |
| Octal | 334 | 140 | 13 | 0 | 70 | 137 | 16 | 30 | 132 | 55 |
| Binary | 11011100 | 1100000 | 1011 | 0 | 111000 | 1011111 | 1110 | 11000 | 1011010 | 101101 |
Color Harmonies of #DC600B
Complementary color
Monochromatic Colors of #DC600B
Black with #DC600B
Text Example
Text Example
White with #DC600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC600B; }
p { color: rgb(220,96,11); }
H1.HeaderClassName
{
color: #DC600B;
}
.AnyTagClassName
{
color: #DC600B;
}
</style>
background-color css
<style>
a { background-color: #DC600B; }
a { background-color: rgb(220,96,11); }
div.DivClassName
{
background-color: #DC600B;
}
.BgClassName
{
background-color: #DC600B;
}
</style>
border-color css
<style>
span { border-color: #DC600B; }
span { border-color: rgb(220,96,11); }
td.TdClassName
{
border-color: #DC600B;
}
.TagClassName
{
border-color: #DC600B;
}
</style>