Shades of Tenne (Tawny) #D05E03
Tints of Tenne (Tawny) #D05E03
RGB
CMYK
RGB Variations
Color information
#D05E03 (or 0xD05E03) is known color: Tenne (Tawny). HEX triplet: D0, 5E and 03. RGB value is (208,94,3). Sum of RGB (Red+Green+Blue) = 208+94+3=305 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.20% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 3 (1.56% from 255 or 0.98% from 305); Max value from RGB is 208 - color contains mainly: red. Hex color #D05E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05E03 is #2FA1FC. Grayscale: #767676. Windows color (decimal): -3121661 or 220880. OLE color: 220880.
HSL color Cylindrical-coordinate representation of color #D05E03: hue angle of 26.63º degrees, saturation: 0.97, 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 #D05E03 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 94 | 3 | - |
| CMYK | 0 | 0.55 | 0.99 | 0.18 |
| HSL | 26.63º | 0.97% | 0.41% | - |
| HSV(B) | 26.63º | 0.99% | 0.82% | - |
| XYZ | 30.03 | 21.42 | 2.64 | - |
| YUV | 117.71 | 63.27 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 3 | 0 | 0.55 | 0.99 | 0.18 | 26.63 | 0.97 | 0.41 |
| Hex | D0 | 5E | 3 | 0 | 37 | 63 | 12 | 1B | 61 | 29 |
| Octal | 320 | 136 | 3 | 0 | 67 | 143 | 22 | 33 | 141 | 51 |
| Binary | 11010000 | 1011110 | 11 | 0 | 110111 | 1100011 | 10010 | 11011 | 1100001 | 101001 |
Color Harmonies of #D05E03
Complementary color
Monochromatic Colors of #D05E03
Black with #D05E03
Text Example
Text Example
White with #D05E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05E03; }
p { color: rgb(208,94,3); }
H1.HeaderClassName
{
color: #D05E03;
}
.AnyTagClassName
{
color: #D05E03;
}
</style>
background-color css
<style>
a { background-color: #D05E03; }
a { background-color: rgb(208,94,3); }
div.DivClassName
{
background-color: #D05E03;
}
.BgClassName
{
background-color: #D05E03;
}
</style>
border-color css
<style>
span { border-color: #D05E03; }
span { border-color: rgb(208,94,3); }
td.TdClassName
{
border-color: #D05E03;
}
.TagClassName
{
border-color: #D05E03;
}
</style>