Shades of Tenne (Tawny) #D95700
Tints of Tenne (Tawny) #D95700
RGB
CMYK
RGB Variations
Color information
#D95700 (or 0xD95700) is known color: Tenne (Tawny). HEX triplet: D9, 57 and 00. RGB value is (217,87,0). Sum of RGB (Red+Green+Blue) = 217+87+0=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D95700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95700 is #26A8FF. Grayscale: #747474. Windows color (decimal): -2533632 or 22489. OLE color: 22489.
HSL color Cylindrical-coordinate representation of color #D95700: hue angle of 24.06º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D95700 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 87 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.15 |
| HSL | 24.06º | 1% | 0.43% | - |
| HSV(B) | 24.06º | 1% | 0.85% | - |
| XYZ | 32.02 | 21.57 | 2.48 | - |
| YUV | 115.95 | 62.57 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 87 | 0 | 0 | 0.60 | 1 | 0.15 | 24.06 | 1 | 0.43 |
| Hex | D9 | 57 | 0 | 0 | 3C | 64 | F | 18 | 64 | 2B |
| Octal | 331 | 127 | 0 | 0 | 74 | 144 | 17 | 30 | 144 | 53 |
| Binary | 11011001 | 1010111 | 0 | 0 | 111100 | 1100100 | 1111 | 11000 | 1100100 | 101011 |
Color Harmonies of #D95700
Complementary color
Monochromatic Colors of #D95700
Black with #D95700
Text Example
Text Example
White with #D95700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95700; }
p { color: rgb(217,87,0); }
H1.HeaderClassName
{
color: #D95700;
}
.AnyTagClassName
{
color: #D95700;
}
</style>
background-color css
<style>
a { background-color: #D95700; }
a { background-color: rgb(217,87,0); }
div.DivClassName
{
background-color: #D95700;
}
.BgClassName
{
background-color: #D95700;
}
</style>
border-color css
<style>
span { border-color: #D95700; }
span { border-color: rgb(217,87,0); }
td.TdClassName
{
border-color: #D95700;
}
.TagClassName
{
border-color: #D95700;
}
</style>