Shades of Tenne (Tawny) #DA6302
Tints of Tenne (Tawny) #DA6302
RGB
CMYK
RGB Variations
Color information
#DA6302 (or 0xDA6302) is known color: Tenne (Tawny). HEX triplet: DA, 63 and 02. RGB value is (218,99,2). Sum of RGB (Red+Green+Blue) = 218+99+2=319 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.34% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6302 is #259CFD. Grayscale: #7C7C7C. Windows color (decimal): -2465022 or 156634. OLE color: 156634.
HSL color Cylindrical-coordinate representation of color #DA6302: hue angle of 26.94º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA6302 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 2 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.15 |
| HSL | 26.94º | 0.98% | 0.43% | - |
| HSV(B) | 26.94º | 0.99% | 0.85% | - |
| XYZ | 33.39 | 23.83 | 2.9 | - |
| YUV | 123.52 | 59.42 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 2 | 0 | 0.55 | 0.99 | 0.15 | 26.94 | 0.98 | 0.43 |
| Hex | DA | 63 | 2 | 0 | 37 | 63 | F | 1B | 62 | 2B |
| Octal | 332 | 143 | 2 | 0 | 67 | 143 | 17 | 33 | 142 | 53 |
| Binary | 11011010 | 1100011 | 10 | 0 | 110111 | 1100011 | 1111 | 11011 | 1100010 | 101011 |
Color Harmonies of #DA6302
Complementary color
Monochromatic Colors of #DA6302
Black with #DA6302
Text Example
Text Example
White with #DA6302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6302; }
p { color: rgb(218,99,2); }
H1.HeaderClassName
{
color: #DA6302;
}
.AnyTagClassName
{
color: #DA6302;
}
</style>
background-color css
<style>
a { background-color: #DA6302; }
a { background-color: rgb(218,99,2); }
div.DivClassName
{
background-color: #DA6302;
}
.BgClassName
{
background-color: #DA6302;
}
</style>
border-color css
<style>
span { border-color: #DA6302; }
span { border-color: rgb(218,99,2); }
td.TdClassName
{
border-color: #DA6302;
}
.TagClassName
{
border-color: #DA6302;
}
</style>