Shades of Tenne (Tawny) #DA4202
Tints of Tenne (Tawny) #DA4202
RGB
CMYK
RGB Variations
Color information
#DA4202 (or 0xDA4202) is known color: Tenne (Tawny). HEX triplet: DA, 42 and 02. RGB value is (218,66,2). Sum of RGB (Red+Green+Blue) = 218+66+2=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4202 is #25BDFD. Grayscale: #686868. Windows color (decimal): -2473470 or 148186. OLE color: 148186.
HSL color Cylindrical-coordinate representation of color #DA4202: hue angle of 17.78º 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 #DA4202 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 66 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.15 |
| HSL | 17.78º | 0.98% | 0.43% | - |
| HSV(B) | 17.78º | 0.99% | 0.85% | - |
| XYZ | 30.87 | 18.81 | 2.06 | - |
| YUV | 104.15 | 70.36 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 66 | 2 | 0 | 0.70 | 0.99 | 0.15 | 17.78 | 0.98 | 0.43 |
| Hex | DA | 42 | 2 | 0 | 46 | 63 | F | 12 | 62 | 2B |
| Octal | 332 | 102 | 2 | 0 | 106 | 143 | 17 | 22 | 142 | 53 |
| Binary | 11011010 | 1000010 | 10 | 0 | 1000110 | 1100011 | 1111 | 10010 | 1100010 | 101011 |
Color Harmonies of #DA4202
Complementary color
Monochromatic Colors of #DA4202
Black with #DA4202
Text Example
Text Example
White with #DA4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA4202; }
p { color: rgb(218,66,2); }
H1.HeaderClassName
{
color: #DA4202;
}
.AnyTagClassName
{
color: #DA4202;
}
</style>
background-color css
<style>
a { background-color: #DA4202; }
a { background-color: rgb(218,66,2); }
div.DivClassName
{
background-color: #DA4202;
}
.BgClassName
{
background-color: #DA4202;
}
</style>
border-color css
<style>
span { border-color: #DA4202; }
span { border-color: rgb(218,66,2); }
td.TdClassName
{
border-color: #DA4202;
}
.TagClassName
{
border-color: #DA4202;
}
</style>