Shades of Tenne (Tawny) #D95302
Tints of Tenne (Tawny) #D95302
RGB
CMYK
RGB Variations
Color information
#D95302 (or 0xD95302) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 02. RGB value is (217,83,2). Sum of RGB (Red+Green+Blue) = 217+83+2=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 83 (32.81% from 255 or 27.48% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D95302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D95302 is #26ACFD. Grayscale: #727272. Windows color (decimal): -2534654 or 152537. OLE color: 152537.
HSL color Cylindrical-coordinate representation of color #D95302: hue angle of 22.6º 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 #D95302 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.15 |
| HSL | 22.6º | 0.98% | 0.43% | - |
| HSV(B) | 22.6º | 0.99% | 0.85% | - |
| XYZ | 31.72 | 20.94 | 2.43 | - |
| YUV | 113.83 | 64.89 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 2 | 0 | 0.62 | 0.99 | 0.15 | 22.6 | 0.98 | 0.43 |
| Hex | D9 | 53 | 2 | 0 | 3E | 63 | F | 17 | 62 | 2B |
| Octal | 331 | 123 | 2 | 0 | 76 | 143 | 17 | 27 | 142 | 53 |
| Binary | 11011001 | 1010011 | 10 | 0 | 111110 | 1100011 | 1111 | 10111 | 1100010 | 101011 |
Color Harmonies of #D95302
Complementary color
Monochromatic Colors of #D95302
Black with #D95302
Text Example
Text Example
White with #D95302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D95302; }
p { color: rgb(217,83,2); }
H1.HeaderClassName
{
color: #D95302;
}
.AnyTagClassName
{
color: #D95302;
}
</style>
background-color css
<style>
a { background-color: #D95302; }
a { background-color: rgb(217,83,2); }
div.DivClassName
{
background-color: #D95302;
}
.BgClassName
{
background-color: #D95302;
}
</style>
border-color css
<style>
span { border-color: #D95302; }
span { border-color: rgb(217,83,2); }
td.TdClassName
{
border-color: #D95302;
}
.TagClassName
{
border-color: #D95302;
}
</style>