Shades of Tenne (Tawny) #DA600C
Tints of Tenne (Tawny) #DA600C
RGB
CMYK
RGB Variations
Color information
#DA600C (or 0xDA600C) is known color: Tenne (Tawny). HEX triplet: DA, 60 and 0C. RGB value is (218,96,12). Sum of RGB (Red+Green+Blue) = 218+96+12=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA600C is #259FF3. Grayscale: #7B7B7B. Windows color (decimal): -2465780 or 811226. OLE color: 811226.
HSL color Cylindrical-coordinate representation of color #DA600C: hue angle of 24.47º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA600C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.15 |
| HSL | 24.47º | 0.9% | 0.45% | - |
| HSV(B) | 24.47º | 0.94% | 0.85% | - |
| XYZ | 33.16 | 23.3 | 3.1 | - |
| YUV | 122.9 | 65.42 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 12 | 0 | 0.56 | 0.94 | 0.15 | 24.47 | 0.9 | 0.45 |
| Hex | DA | 60 | C | 0 | 38 | 5E | F | 18 | 5A | 2D |
| Octal | 332 | 140 | 14 | 0 | 70 | 136 | 17 | 30 | 132 | 55 |
| Binary | 11011010 | 1100000 | 1100 | 0 | 111000 | 1011110 | 1111 | 11000 | 1011010 | 101101 |
Color Harmonies of #DA600C
Complementary color
Monochromatic Colors of #DA600C
Black with #DA600C
Text Example
Text Example
White with #DA600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA600C; }
p { color: rgb(218,96,12); }
H1.HeaderClassName
{
color: #DA600C;
}
.AnyTagClassName
{
color: #DA600C;
}
</style>
background-color css
<style>
a { background-color: #DA600C; }
a { background-color: rgb(218,96,12); }
div.DivClassName
{
background-color: #DA600C;
}
.BgClassName
{
background-color: #DA600C;
}
</style>
border-color css
<style>
span { border-color: #DA600C; }
span { border-color: rgb(218,96,12); }
td.TdClassName
{
border-color: #DA600C;
}
.TagClassName
{
border-color: #DA600C;
}
</style>