Shades of Tenne (Tawny) #D06102
Tints of Tenne (Tawny) #D06102
RGB
CMYK
RGB Variations
Color information
#D06102 (or 0xD06102) is known color: Tenne (Tawny). HEX triplet: D0, 61 and 02. RGB value is (208,97,2). Sum of RGB (Red+Green+Blue) = 208+97+2=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 97 (38.28% from 255 or 31.60% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D06102 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06102 is #2F9EFD. Grayscale: #777777. Windows color (decimal): -3120894 or 156112. OLE color: 156112.
HSL color Cylindrical-coordinate representation of color #D06102: hue angle of 27.67º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D06102 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.18 |
| HSL | 27.67º | 0.98% | 0.41% | - |
| HSV(B) | 27.67º | 0.99% | 0.82% | - |
| XYZ | 30.3 | 21.96 | 2.7 | - |
| YUV | 119.36 | 61.77 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 2 | 0 | 0.53 | 0.99 | 0.18 | 27.67 | 0.98 | 0.41 |
| Hex | D0 | 61 | 2 | 0 | 35 | 63 | 12 | 1C | 62 | 29 |
| Octal | 320 | 141 | 2 | 0 | 65 | 143 | 22 | 34 | 142 | 51 |
| Binary | 11010000 | 1100001 | 10 | 0 | 110101 | 1100011 | 10010 | 11100 | 1100010 | 101001 |
Color Harmonies of #D06102
Complementary color
Monochromatic Colors of #D06102
Black with #D06102
Text Example
Text Example
White with #D06102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06102; }
p { color: rgb(208,97,2); }
H1.HeaderClassName
{
color: #D06102;
}
.AnyTagClassName
{
color: #D06102;
}
</style>
background-color css
<style>
a { background-color: #D06102; }
a { background-color: rgb(208,97,2); }
div.DivClassName
{
background-color: #D06102;
}
.BgClassName
{
background-color: #D06102;
}
</style>
border-color css
<style>
span { border-color: #D06102; }
span { border-color: rgb(208,97,2); }
td.TdClassName
{
border-color: #D06102;
}
.TagClassName
{
border-color: #D06102;
}
</style>