Shades of Tenne (Tawny) #D0660B
Tints of Tenne (Tawny) #D0660B
RGB
CMYK
RGB Variations
Color information
#D0660B (or 0xD0660B) is known color: Tenne (Tawny). HEX triplet: D0, 66 and 0B. RGB value is (208,102,11). Sum of RGB (Red+Green+Blue) = 208+102+11=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D0660B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D0660B is #2F99F4. Grayscale: #7B7B7B. Windows color (decimal): -3119605 or 747216. OLE color: 747216.
HSL color Cylindrical-coordinate representation of color #D0660B: hue angle of 27.72º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D0660B is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 11 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.18 |
| HSL | 27.72º | 0.9% | 0.43% | - |
| HSV(B) | 27.72º | 0.95% | 0.82% | - |
| XYZ | 30.82 | 22.94 | 3.12 | - |
| YUV | 123.32 | 64.62 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 11 | 0 | 0.51 | 0.95 | 0.18 | 27.72 | 0.9 | 0.43 |
| Hex | D0 | 66 | B | 0 | 33 | 5F | 12 | 1C | 5A | 2B |
| Octal | 320 | 146 | 13 | 0 | 63 | 137 | 22 | 34 | 132 | 53 |
| Binary | 11010000 | 1100110 | 1011 | 0 | 110011 | 1011111 | 10010 | 11100 | 1011010 | 101011 |
Color Harmonies of #D0660B
Complementary color
Monochromatic Colors of #D0660B
Black with #D0660B
Text Example
Text Example
White with #D0660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0660B; }
p { color: rgb(208,102,11); }
H1.HeaderClassName
{
color: #D0660B;
}
.AnyTagClassName
{
color: #D0660B;
}
</style>
background-color css
<style>
a { background-color: #D0660B; }
a { background-color: rgb(208,102,11); }
div.DivClassName
{
background-color: #D0660B;
}
.BgClassName
{
background-color: #D0660B;
}
</style>
border-color css
<style>
span { border-color: #D0660B; }
span { border-color: rgb(208,102,11); }
td.TdClassName
{
border-color: #D0660B;
}
.TagClassName
{
border-color: #D0660B;
}
</style>