Shades of Tenne (Tawny) #D6530F
Tints of Tenne (Tawny) #D6530F
RGB
CMYK
RGB Variations
Color information
#D6530F (or 0xD6530F) is known color: Tenne (Tawny). HEX triplet: D6, 53 and 0F. RGB value is (214,83,15). Sum of RGB (Red+Green+Blue) = 214+83+15=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 15 (6.25% from 255 or 4.81% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D6530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D6530F is #29ACF0. Grayscale: #727272. Windows color (decimal): -2731249 or 1004502. OLE color: 1004502.
HSL color Cylindrical-coordinate representation of color #D6530F: hue angle of 20.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6530F is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 83 | 15 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.16 |
| HSL | 20.5º | 0.87% | 0.45% | - |
| HSV(B) | 20.5º | 0.93% | 0.84% | - |
| XYZ | 30.91 | 20.52 | 2.78 | - |
| YUV | 114.42 | 71.9 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 83 | 15 | 0 | 0.61 | 0.93 | 0.16 | 20.5 | 0.87 | 0.45 |
| Hex | D6 | 53 | F | 0 | 3D | 5D | 10 | 15 | 57 | 2D |
| Octal | 326 | 123 | 17 | 0 | 75 | 135 | 20 | 25 | 127 | 55 |
| Binary | 11010110 | 1010011 | 1111 | 0 | 111101 | 1011101 | 10000 | 10101 | 1010111 | 101101 |
Color Harmonies of #D6530F
Complementary color
Monochromatic Colors of #D6530F
Black with #D6530F
Text Example
Text Example
White with #D6530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6530F; }
p { color: rgb(214,83,15); }
H1.HeaderClassName
{
color: #D6530F;
}
.AnyTagClassName
{
color: #D6530F;
}
</style>
background-color css
<style>
a { background-color: #D6530F; }
a { background-color: rgb(214,83,15); }
div.DivClassName
{
background-color: #D6530F;
}
.BgClassName
{
background-color: #D6530F;
}
</style>
border-color css
<style>
span { border-color: #D6530F; }
span { border-color: rgb(214,83,15); }
td.TdClassName
{
border-color: #D6530F;
}
.TagClassName
{
border-color: #D6530F;
}
</style>