Shades of Tenne (Tawny) #D2650B
Tints of Tenne (Tawny) #D2650B
RGB
CMYK
RGB Variations
Color information
#D2650B (or 0xD2650B) is known color: Tenne (Tawny). HEX triplet: D2, 65 and 0B. RGB value is (210,101,11). Sum of RGB (Red+Green+Blue) = 210+101+11=322 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.22% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 210 - color contains mainly: red. Hex color #D2650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2650B is #2D9AF4. Grayscale: #7B7B7B. Windows color (decimal): -2988789 or 746962. OLE color: 746962.
HSL color Cylindrical-coordinate representation of color #D2650B: hue angle of 27.14º 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 #D2650B is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 11 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.18 |
| HSL | 27.14º | 0.9% | 0.43% | - |
| HSV(B) | 27.14º | 0.95% | 0.82% | - |
| XYZ | 31.29 | 23.03 | 3.11 | - |
| YUV | 123.33 | 64.61 | 189.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 11 | 0 | 0.52 | 0.95 | 0.18 | 27.14 | 0.9 | 0.43 |
| Hex | D2 | 65 | B | 0 | 34 | 5F | 12 | 1B | 5A | 2B |
| Octal | 322 | 145 | 13 | 0 | 64 | 137 | 22 | 33 | 132 | 53 |
| Binary | 11010010 | 1100101 | 1011 | 0 | 110100 | 1011111 | 10010 | 11011 | 1011010 | 101011 |
Color Harmonies of #D2650B
Complementary color
Monochromatic Colors of #D2650B
Black with #D2650B
Text Example
Text Example
White with #D2650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2650B; }
p { color: rgb(210,101,11); }
H1.HeaderClassName
{
color: #D2650B;
}
.AnyTagClassName
{
color: #D2650B;
}
</style>
background-color css
<style>
a { background-color: #D2650B; }
a { background-color: rgb(210,101,11); }
div.DivClassName
{
background-color: #D2650B;
}
.BgClassName
{
background-color: #D2650B;
}
</style>
border-color css
<style>
span { border-color: #D2650B; }
span { border-color: rgb(210,101,11); }
td.TdClassName
{
border-color: #D2650B;
}
.TagClassName
{
border-color: #D2650B;
}
</style>