Shades of Tenne (Tawny) #D35602
Tints of Tenne (Tawny) #D35602
RGB
CMYK
RGB Variations
Color information
#D35602 (or 0xD35602) is known color: Tenne (Tawny). HEX triplet: D3, 56 and 02. RGB value is (211,86,2). Sum of RGB (Red+Green+Blue) = 211+86+2=299 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.57% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 2 (1.17% from 255 or 0.67% from 299); Max value from RGB is 211 - color contains mainly: red. Hex color #D35602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35602 is #2CA9FD. Grayscale: #727272. Windows color (decimal): -2927102 or 153299. OLE color: 153299.
HSL color Cylindrical-coordinate representation of color #D35602: hue angle of 24.11º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D35602 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 86 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.17 |
| HSL | 24.11º | 0.98% | 0.42% | - |
| HSV(B) | 24.11º | 0.99% | 0.83% | - |
| XYZ | 30.2 | 20.51 | 2.42 | - |
| YUV | 113.8 | 64.91 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 86 | 2 | 0 | 0.59 | 0.99 | 0.17 | 24.11 | 0.98 | 0.42 |
| Hex | D3 | 56 | 2 | 0 | 3B | 63 | 11 | 18 | 62 | 2A |
| Octal | 323 | 126 | 2 | 0 | 73 | 143 | 21 | 30 | 142 | 52 |
| Binary | 11010011 | 1010110 | 10 | 0 | 111011 | 1100011 | 10001 | 11000 | 1100010 | 101010 |
Color Harmonies of #D35602
Complementary color
Monochromatic Colors of #D35602
Black with #D35602
Text Example
Text Example
White with #D35602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D35602; }
p { color: rgb(211,86,2); }
H1.HeaderClassName
{
color: #D35602;
}
.AnyTagClassName
{
color: #D35602;
}
</style>
background-color css
<style>
a { background-color: #D35602; }
a { background-color: rgb(211,86,2); }
div.DivClassName
{
background-color: #D35602;
}
.BgClassName
{
background-color: #D35602;
}
</style>
border-color css
<style>
span { border-color: #D35602; }
span { border-color: rgb(211,86,2); }
td.TdClassName
{
border-color: #D35602;
}
.TagClassName
{
border-color: #D35602;
}
</style>