Shades of Tenne (Tawny) #D15B05
Tints of Tenne (Tawny) #D15B05
RGB
CMYK
RGB Variations
Color information
#D15B05 (or 0xD15B05) is known color: Tenne (Tawny). HEX triplet: D1, 5B and 05. RGB value is (209,91,5). Sum of RGB (Red+Green+Blue) = 209+91+5=305 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.52% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 5 (2.34% from 255 or 1.64% from 305); Max value from RGB is 209 - color contains mainly: red. Hex color #D15B05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15B05 is #2EA4FA. Grayscale: #747474. Windows color (decimal): -3056891 or 351185. OLE color: 351185.
HSL color Cylindrical-coordinate representation of color #D15B05: hue angle of 25.29º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D15B05 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 91 | 5 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.18 |
| HSL | 25.29º | 0.95% | 0.42% | - |
| HSV(B) | 25.29º | 0.98% | 0.82% | - |
| XYZ | 30.06 | 21.05 | 2.62 | - |
| YUV | 116.48 | 65.09 | 193.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 91 | 5 | 0 | 0.56 | 0.98 | 0.18 | 25.29 | 0.95 | 0.42 |
| Hex | D1 | 5B | 5 | 0 | 38 | 62 | 12 | 19 | 5F | 2A |
| Octal | 321 | 133 | 5 | 0 | 70 | 142 | 22 | 31 | 137 | 52 |
| Binary | 11010001 | 1011011 | 101 | 0 | 111000 | 1100010 | 10010 | 11001 | 1011111 | 101010 |
Color Harmonies of #D15B05
Complementary color
Monochromatic Colors of #D15B05
Black with #D15B05
Text Example
Text Example
White with #D15B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D15B05; }
p { color: rgb(209,91,5); }
H1.HeaderClassName
{
color: #D15B05;
}
.AnyTagClassName
{
color: #D15B05;
}
</style>
background-color css
<style>
a { background-color: #D15B05; }
a { background-color: rgb(209,91,5); }
div.DivClassName
{
background-color: #D15B05;
}
.BgClassName
{
background-color: #D15B05;
}
</style>
border-color css
<style>
span { border-color: #D15B05; }
span { border-color: rgb(209,91,5); }
td.TdClassName
{
border-color: #D15B05;
}
.TagClassName
{
border-color: #D15B05;
}
</style>