Shades of Tenne (Tawny) #D9530C
Tints of Tenne (Tawny) #D9530C
RGB
CMYK
RGB Variations
Color information
#D9530C (or 0xD9530C) is known color: Tenne (Tawny). HEX triplet: D9, 53 and 0C. RGB value is (217,83,12). Sum of RGB (Red+Green+Blue) = 217+83+12=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D9530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9530C is #26ACF3. Grayscale: #737373. Windows color (decimal): -2534644 or 807897. OLE color: 807897.
HSL color Cylindrical-coordinate representation of color #D9530C: hue angle of 20.78º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9530C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 83 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.15 |
| HSL | 20.78º | 0.9% | 0.45% | - |
| HSV(B) | 20.78º | 0.94% | 0.85% | - |
| XYZ | 31.77 | 20.96 | 2.72 | - |
| YUV | 114.97 | 69.89 | 200.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 83 | 12 | 0 | 0.62 | 0.94 | 0.15 | 20.78 | 0.9 | 0.45 |
| Hex | D9 | 53 | C | 0 | 3E | 5E | F | 15 | 5A | 2D |
| Octal | 331 | 123 | 14 | 0 | 76 | 136 | 17 | 25 | 132 | 55 |
| Binary | 11011001 | 1010011 | 1100 | 0 | 111110 | 1011110 | 1111 | 10101 | 1011010 | 101101 |
Color Harmonies of #D9530C
Complementary color
Monochromatic Colors of #D9530C
Black with #D9530C
Text Example
Text Example
White with #D9530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9530C; }
p { color: rgb(217,83,12); }
H1.HeaderClassName
{
color: #D9530C;
}
.AnyTagClassName
{
color: #D9530C;
}
</style>
background-color css
<style>
a { background-color: #D9530C; }
a { background-color: rgb(217,83,12); }
div.DivClassName
{
background-color: #D9530C;
}
.BgClassName
{
background-color: #D9530C;
}
</style>
border-color css
<style>
span { border-color: #D9530C; }
span { border-color: rgb(217,83,12); }
td.TdClassName
{
border-color: #D9530C;
}
.TagClassName
{
border-color: #D9530C;
}
</style>