Shades of Tenne (Tawny) #D94802
Tints of Tenne (Tawny) #D94802
RGB
CMYK
RGB Variations
Color information
#D94802 (or 0xD94802) is known color: Tenne (Tawny). HEX triplet: D9, 48 and 02. RGB value is (217,72,2). Sum of RGB (Red+Green+Blue) = 217+72+2=291 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.57% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 2 (1.17% from 255 or 0.69% from 291); Max value from RGB is 217 - color contains mainly: red. Hex color #D94802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D94802 is #26B7FD. Grayscale: #6B6B6B. Windows color (decimal): -2537470 or 149721. OLE color: 149721.
HSL color Cylindrical-coordinate representation of color #D94802: hue angle of 19.53º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D94802 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 72 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.15 |
| HSL | 19.53º | 0.98% | 0.43% | - |
| HSV(B) | 19.53º | 0.99% | 0.85% | - |
| XYZ | 30.94 | 19.39 | 2.17 | - |
| YUV | 107.38 | 68.54 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 72 | 2 | 0 | 0.67 | 0.99 | 0.15 | 19.53 | 0.98 | 0.43 |
| Hex | D9 | 48 | 2 | 0 | 43 | 63 | F | 14 | 62 | 2B |
| Octal | 331 | 110 | 2 | 0 | 103 | 143 | 17 | 24 | 142 | 53 |
| Binary | 11011001 | 1001000 | 10 | 0 | 1000011 | 1100011 | 1111 | 10100 | 1100010 | 101011 |
Color Harmonies of #D94802
Complementary color
Monochromatic Colors of #D94802
Black with #D94802
Text Example
Text Example
White with #D94802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D94802; }
p { color: rgb(217,72,2); }
H1.HeaderClassName
{
color: #D94802;
}
.AnyTagClassName
{
color: #D94802;
}
</style>
background-color css
<style>
a { background-color: #D94802; }
a { background-color: rgb(217,72,2); }
div.DivClassName
{
background-color: #D94802;
}
.BgClassName
{
background-color: #D94802;
}
</style>
border-color css
<style>
span { border-color: #D94802; }
span { border-color: rgb(217,72,2); }
td.TdClassName
{
border-color: #D94802;
}
.TagClassName
{
border-color: #D94802;
}
</style>