Shades of Tango #D67831
Tints of Tango #D67831
RGB
CMYK
RGB Variations
Color information
#D67831 (or 0xD67831) is known color: Tango. HEX triplet: D6, 78 and 31. RGB value is (214,120,49). Sum of RGB (Red+Green+Blue) = 214+120+49=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D67831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67831 is #2987CE. Grayscale: #8C8C8C. Windows color (decimal): -2721743 or 3242198. OLE color: 3242198.
HSL color Cylindrical-coordinate representation of color #D67831: hue angle of 25.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D67831 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 49 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.16 |
| HSL | 25.82º | 0.67% | 0.52% | - |
| HSV(B) | 25.82º | 0.77% | 0.84% | - |
| XYZ | 35 | 27.95 | 6.46 | - |
| YUV | 140.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 49 | 0 | 0.44 | 0.77 | 0.16 | 25.82 | 0.67 | 0.52 |
| Hex | D6 | 78 | 31 | 0 | 2C | 4D | 10 | 1A | 43 | 34 |
| Octal | 326 | 170 | 61 | 0 | 54 | 115 | 20 | 32 | 103 | 64 |
| Binary | 11010110 | 1111000 | 110001 | 0 | 101100 | 1001101 | 10000 | 11010 | 1000011 | 110100 |
Color Harmonies of #D67831
Complementary color
Monochromatic Colors of #D67831
Black with #D67831
Text Example
Text Example
White with #D67831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67831; }
p { color: rgb(214,120,49); }
H1.HeaderClassName
{
color: #D67831;
}
.AnyTagClassName
{
color: #D67831;
}
</style>
background-color css
<style>
a { background-color: #D67831; }
a { background-color: rgb(214,120,49); }
div.DivClassName
{
background-color: #D67831;
}
.BgClassName
{
background-color: #D67831;
}
</style>
border-color css
<style>
span { border-color: #D67831; }
span { border-color: rgb(214,120,49); }
td.TdClassName
{
border-color: #D67831;
}
.TagClassName
{
border-color: #D67831;
}
</style>