Shades of Tenne (Tawny) #D26700
Tints of Tenne (Tawny) #D26700
RGB
CMYK
RGB Variations
Color information
#D26700 (or 0xD26700) is known color: Tenne (Tawny). HEX triplet: D2, 67 and 00. RGB value is (210,103,0). Sum of RGB (Red+Green+Blue) = 210+103+0=313 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.09% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 210 - color contains mainly: red. Hex color #D26700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26700 is #2D98FF. Grayscale: #7B7B7B. Windows color (decimal): -2988288 or 26578. OLE color: 26578.
HSL color Cylindrical-coordinate representation of color #D26700: hue angle of 29.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D26700 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 103 | 0 | - |
| CMYK | 0 | 0.51 | 1 | 0.18 |
| HSL | 29.43º | 1% | 0.41% | - |
| HSV(B) | 29.43º | 1% | 0.82% | - |
| XYZ | 31.43 | 23.4 | 2.86 | - |
| YUV | 123.25 | 58.45 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 103 | 0 | 0 | 0.51 | 1 | 0.18 | 29.43 | 1 | 0.41 |
| Hex | D2 | 67 | 0 | 0 | 33 | 64 | 12 | 1D | 64 | 29 |
| Octal | 322 | 147 | 0 | 0 | 63 | 144 | 22 | 35 | 144 | 51 |
| Binary | 11010010 | 1100111 | 0 | 0 | 110011 | 1100100 | 10010 | 11101 | 1100100 | 101001 |
Color Harmonies of #D26700
Complementary color
Monochromatic Colors of #D26700
Black with #D26700
Text Example
Text Example
White with #D26700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26700; }
p { color: rgb(210,103,0); }
H1.HeaderClassName
{
color: #D26700;
}
.AnyTagClassName
{
color: #D26700;
}
</style>
background-color css
<style>
a { background-color: #D26700; }
a { background-color: rgb(210,103,0); }
div.DivClassName
{
background-color: #D26700;
}
.BgClassName
{
background-color: #D26700;
}
</style>
border-color css
<style>
span { border-color: #D26700; }
span { border-color: rgb(210,103,0); }
td.TdClassName
{
border-color: #D26700;
}
.TagClassName
{
border-color: #D26700;
}
</style>