Shades of Tenne (Tawny) #D26B03
Tints of Tenne (Tawny) #D26B03
RGB
CMYK
RGB Variations
Color information
#D26B03 (or 0xD26B03) is known color: Tenne (Tawny). HEX triplet: D2, 6B and 03. RGB value is (210,107,3). Sum of RGB (Red+Green+Blue) = 210+107+3=320 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.62% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 210 - color contains mainly: red. Hex color #D26B03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D26B03 is #2D94FC. Grayscale: #7E7E7E. Windows color (decimal): -2987261 or 224210. OLE color: 224210.
HSL color Cylindrical-coordinate representation of color #D26B03: hue angle of 30.14º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D26B03 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.18 |
| HSL | 30.14º | 0.97% | 0.42% | - |
| HSV(B) | 30.14º | 0.99% | 0.82% | - |
| XYZ | 31.85 | 24.22 | 3.08 | - |
| YUV | 125.94 | 58.62 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 3 | 0 | 0.49 | 0.99 | 0.18 | 30.14 | 0.97 | 0.42 |
| Hex | D2 | 6B | 3 | 0 | 31 | 63 | 12 | 1E | 61 | 2A |
| Octal | 322 | 153 | 3 | 0 | 61 | 143 | 22 | 36 | 141 | 52 |
| Binary | 11010010 | 1101011 | 11 | 0 | 110001 | 1100011 | 10010 | 11110 | 1100001 | 101010 |
Color Harmonies of #D26B03
Complementary color
Monochromatic Colors of #D26B03
Black with #D26B03
Text Example
Text Example
White with #D26B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26B03; }
p { color: rgb(210,107,3); }
H1.HeaderClassName
{
color: #D26B03;
}
.AnyTagClassName
{
color: #D26B03;
}
</style>
background-color css
<style>
a { background-color: #D26B03; }
a { background-color: rgb(210,107,3); }
div.DivClassName
{
background-color: #D26B03;
}
.BgClassName
{
background-color: #D26B03;
}
</style>
border-color css
<style>
span { border-color: #D26B03; }
span { border-color: rgb(210,107,3); }
td.TdClassName
{
border-color: #D26B03;
}
.TagClassName
{
border-color: #D26B03;
}
</style>