Shades of Tenne (Tawny) #D75D04
Tints of Tenne (Tawny) #D75D04
RGB
CMYK
RGB Variations
Color information
#D75D04 (or 0xD75D04) is known color: Tenne (Tawny). HEX triplet: D7, 5D and 04. RGB value is (215,93,4). Sum of RGB (Red+Green+Blue) = 215+93+4=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 93 (36.72% from 255 or 29.81% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D75D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D75D04 is #28A2FB. Grayscale: #777777. Windows color (decimal): -2663164 or 286167. OLE color: 286167.
HSL color Cylindrical-coordinate representation of color #D75D04: hue angle of 25.31º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D75D04 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 93 | 4 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.16 |
| HSL | 25.31º | 0.96% | 0.43% | - |
| HSV(B) | 25.31º | 0.98% | 0.84% | - |
| XYZ | 31.96 | 22.28 | 2.73 | - |
| YUV | 119.33 | 62.92 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 93 | 4 | 0 | 0.57 | 0.98 | 0.16 | 25.31 | 0.96 | 0.43 |
| Hex | D7 | 5D | 4 | 0 | 39 | 62 | 10 | 19 | 60 | 2B |
| Octal | 327 | 135 | 4 | 0 | 71 | 142 | 20 | 31 | 140 | 53 |
| Binary | 11010111 | 1011101 | 100 | 0 | 111001 | 1100010 | 10000 | 11001 | 1100000 | 101011 |
Color Harmonies of #D75D04
Complementary color
Monochromatic Colors of #D75D04
Black with #D75D04
Text Example
Text Example
White with #D75D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D75D04; }
p { color: rgb(215,93,4); }
H1.HeaderClassName
{
color: #D75D04;
}
.AnyTagClassName
{
color: #D75D04;
}
</style>
background-color css
<style>
a { background-color: #D75D04; }
a { background-color: rgb(215,93,4); }
div.DivClassName
{
background-color: #D75D04;
}
.BgClassName
{
background-color: #D75D04;
}
</style>
border-color css
<style>
span { border-color: #D75D04; }
span { border-color: rgb(215,93,4); }
td.TdClassName
{
border-color: #D75D04;
}
.TagClassName
{
border-color: #D75D04;
}
</style>