Shades of Tenne (Tawny) #D94200
Tints of Tenne (Tawny) #D94200
RGB
CMYK
RGB Variations
Color information
#D94200 (or 0xD94200) is known color: Tenne (Tawny). HEX triplet: D9, 42 and 00. RGB value is (217,66,0). Sum of RGB (Red+Green+Blue) = 217+66+0=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D94200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94200 is #26BDFF. Grayscale: #686868. Windows color (decimal): -2539008 or 17113. OLE color: 17113.
HSL color Cylindrical-coordinate representation of color #D94200: hue angle of 18.25º 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 #D94200 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 66 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.15 |
| HSL | 18.25º | 1% | 0.43% | - |
| HSV(B) | 18.25º | 1% | 0.85% | - |
| XYZ | 30.56 | 18.65 | 1.99 | - |
| YUV | 103.63 | 69.53 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 66 | 0 | 0 | 0.70 | 1 | 0.15 | 18.25 | 1 | 0.43 |
| Hex | D9 | 42 | 0 | 0 | 46 | 64 | F | 12 | 64 | 2B |
| Octal | 331 | 102 | 0 | 0 | 106 | 144 | 17 | 22 | 144 | 53 |
| Binary | 11011001 | 1000010 | 0 | 0 | 1000110 | 1100100 | 1111 | 10010 | 1100100 | 101011 |
Color Harmonies of #D94200
Complementary color
Monochromatic Colors of #D94200
Black with #D94200
Text Example
Text Example
White with #D94200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94200; }
p { color: rgb(217,66,0); }
H1.HeaderClassName
{
color: #D94200;
}
.AnyTagClassName
{
color: #D94200;
}
</style>
background-color css
<style>
a { background-color: #D94200; }
a { background-color: rgb(217,66,0); }
div.DivClassName
{
background-color: #D94200;
}
.BgClassName
{
background-color: #D94200;
}
</style>
border-color css
<style>
span { border-color: #D94200; }
span { border-color: rgb(217,66,0); }
td.TdClassName
{
border-color: #D94200;
}
.TagClassName
{
border-color: #D94200;
}
</style>