Shades of Tango #D86F2F
Tints of Tango #D86F2F
RGB
CMYK
RGB Variations
Color information
#D86F2F (or 0xD86F2F) is known color: Tango. HEX triplet: D8, 6F and 2F. RGB value is (216,111,47). Sum of RGB (Red+Green+Blue) = 216+111+47=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 47 (18.75% from 255 or 12.57% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F2F is #2790D0. Grayscale: #878787. Windows color (decimal): -2592977 or 3108824. OLE color: 3108824.
HSL color Cylindrical-coordinate representation of color #D86F2F: hue angle of 22.72º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D86F2F is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 47 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.15 |
| HSL | 22.72º | 0.68% | 0.52% | - |
| HSV(B) | 22.72º | 0.78% | 0.85% | - |
| XYZ | 34.52 | 26.17 | 5.92 | - |
| YUV | 135.1 | 78.29 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 47 | 0 | 0.49 | 0.78 | 0.15 | 22.72 | 0.68 | 0.52 |
| Hex | D8 | 6F | 2F | 0 | 31 | 4E | F | 17 | 44 | 34 |
| Octal | 330 | 157 | 57 | 0 | 61 | 116 | 17 | 27 | 104 | 64 |
| Binary | 11011000 | 1101111 | 101111 | 0 | 110001 | 1001110 | 1111 | 10111 | 1000100 | 110100 |
Color Harmonies of #D86F2F
Complementary color
Monochromatic Colors of #D86F2F
Black with #D86F2F
Text Example
Text Example
White with #D86F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F2F; }
p { color: rgb(216,111,47); }
H1.HeaderClassName
{
color: #D86F2F;
}
.AnyTagClassName
{
color: #D86F2F;
}
</style>
background-color css
<style>
a { background-color: #D86F2F; }
a { background-color: rgb(216,111,47); }
div.DivClassName
{
background-color: #D86F2F;
}
.BgClassName
{
background-color: #D86F2F;
}
</style>
border-color css
<style>
span { border-color: #D86F2F; }
span { border-color: rgb(216,111,47); }
td.TdClassName
{
border-color: #D86F2F;
}
.TagClassName
{
border-color: #D86F2F;
}
</style>