Shades of Tenne (Tawny) #D05C03
Tints of Tenne (Tawny) #D05C03
RGB
CMYK
RGB Variations
Color information
#D05C03 (or 0xD05C03) is known color: Tenne (Tawny). HEX triplet: D0, 5C and 03. RGB value is (208,92,3). Sum of RGB (Red+Green+Blue) = 208+92+3=303 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.65% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05C03 is #2FA3FC. Grayscale: #757575. Windows color (decimal): -3122173 or 220368. OLE color: 220368.
HSL color Cylindrical-coordinate representation of color #D05C03: hue angle of 26.05º 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 #D05C03 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 92 | 3 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.18 |
| HSL | 26.05º | 0.97% | 0.41% | - |
| HSV(B) | 26.05º | 0.99% | 0.82% | - |
| XYZ | 29.86 | 21.07 | 2.58 | - |
| YUV | 116.54 | 63.93 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 92 | 3 | 0 | 0.56 | 0.99 | 0.18 | 26.05 | 0.97 | 0.41 |
| Hex | D0 | 5C | 3 | 0 | 38 | 63 | 12 | 1A | 61 | 29 |
| Octal | 320 | 134 | 3 | 0 | 70 | 143 | 22 | 32 | 141 | 51 |
| Binary | 11010000 | 1011100 | 11 | 0 | 111000 | 1100011 | 10010 | 11010 | 1100001 | 101001 |
Color Harmonies of #D05C03
Complementary color
Monochromatic Colors of #D05C03
Black with #D05C03
Text Example
Text Example
White with #D05C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05C03; }
p { color: rgb(208,92,3); }
H1.HeaderClassName
{
color: #D05C03;
}
.AnyTagClassName
{
color: #D05C03;
}
</style>
background-color css
<style>
a { background-color: #D05C03; }
a { background-color: rgb(208,92,3); }
div.DivClassName
{
background-color: #D05C03;
}
.BgClassName
{
background-color: #D05C03;
}
</style>
border-color css
<style>
span { border-color: #D05C03; }
span { border-color: rgb(208,92,3); }
td.TdClassName
{
border-color: #D05C03;
}
.TagClassName
{
border-color: #D05C03;
}
</style>