Shades of Tenne (Tawny) #DA4A02
Tints of Tenne (Tawny) #DA4A02
RGB
CMYK
RGB Variations
Color information
#DA4A02 (or 0xDA4A02) is known color: Tenne (Tawny). HEX triplet: DA, 4A and 02. RGB value is (218,74,2). Sum of RGB (Red+Green+Blue) = 218+74+2=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 2 (1.17% from 255 or 0.68% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4A02 is #25B5FD. Grayscale: #6D6D6D. Windows color (decimal): -2471422 or 150234. OLE color: 150234.
HSL color Cylindrical-coordinate representation of color #DA4A02: hue angle of 20º 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 #DA4A02 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 74 | 2 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.15 |
| HSL | 20º | 0.98% | 0.43% | - |
| HSV(B) | 20º | 0.99% | 0.85% | - |
| XYZ | 31.37 | 19.81 | 2.23 | - |
| YUV | 108.85 | 67.71 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 74 | 2 | 0 | 0.66 | 0.99 | 0.15 | 20 | 0.98 | 0.43 |
| Hex | DA | 4A | 2 | 0 | 42 | 63 | F | 14 | 62 | 2B |
| Octal | 332 | 112 | 2 | 0 | 102 | 143 | 17 | 24 | 142 | 53 |
| Binary | 11011010 | 1001010 | 10 | 0 | 1000010 | 1100011 | 1111 | 10100 | 1100010 | 101011 |
Color Harmonies of #DA4A02
Complementary color
Monochromatic Colors of #DA4A02
Black with #DA4A02
Text Example
Text Example
White with #DA4A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4A02; }
p { color: rgb(218,74,2); }
H1.HeaderClassName
{
color: #DA4A02;
}
.AnyTagClassName
{
color: #DA4A02;
}
</style>
background-color css
<style>
a { background-color: #DA4A02; }
a { background-color: rgb(218,74,2); }
div.DivClassName
{
background-color: #DA4A02;
}
.BgClassName
{
background-color: #DA4A02;
}
</style>
border-color css
<style>
span { border-color: #DA4A02; }
span { border-color: rgb(218,74,2); }
td.TdClassName
{
border-color: #DA4A02;
}
.TagClassName
{
border-color: #DA4A02;
}
</style>