Shades of Tango #D07231
Tints of Tango #D07231
RGB
CMYK
RGB Variations
Color information
#D07231 (or 0xD07231) is known color: Tango. HEX triplet: D0, 72 and 31. RGB value is (208,114,49). Sum of RGB (Red+Green+Blue) = 208+114+49=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D07231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07231 is #2F8DCE. Grayscale: #878787. Windows color (decimal): -3116495 or 3240656. OLE color: 3240656.
HSL color Cylindrical-coordinate representation of color #D07231: hue angle of 24.53º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D07231 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 49 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.18 |
| HSL | 24.53º | 0.63% | 0.5% | - |
| HSV(B) | 24.53º | 0.76% | 0.82% | - |
| XYZ | 32.58 | 25.67 | 6.14 | - |
| YUV | 134.7 | 79.64 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 49 | 0 | 0.45 | 0.76 | 0.18 | 24.53 | 0.63 | 0.5 |
| Hex | D0 | 72 | 31 | 0 | 2D | 4C | 12 | 19 | 3F | 32 |
| Octal | 320 | 162 | 61 | 0 | 55 | 114 | 22 | 31 | 77 | 62 |
| Binary | 11010000 | 1110010 | 110001 | 0 | 101101 | 1001100 | 10010 | 11001 | 111111 | 110010 |
Color Harmonies of #D07231
Complementary color
Monochromatic Colors of #D07231
Black with #D07231
Text Example
Text Example
White with #D07231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07231; }
p { color: rgb(208,114,49); }
H1.HeaderClassName
{
color: #D07231;
}
.AnyTagClassName
{
color: #D07231;
}
</style>
background-color css
<style>
a { background-color: #D07231; }
a { background-color: rgb(208,114,49); }
div.DivClassName
{
background-color: #D07231;
}
.BgClassName
{
background-color: #D07231;
}
</style>
border-color css
<style>
span { border-color: #D07231; }
span { border-color: rgb(208,114,49); }
td.TdClassName
{
border-color: #D07231;
}
.TagClassName
{
border-color: #D07231;
}
</style>