Shades of Tango #D66F37
Tints of Tango #D66F37
RGB
CMYK
RGB Variations
Color information
#D66F37 (or 0xD66F37) is known color: Tango. HEX triplet: D6, 6F and 37. RGB value is (214,111,55). Sum of RGB (Red+Green+Blue) = 214+111+55=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 55 (21.88% from 255 or 14.47% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F37 is #2990C8. Grayscale: #878787. Windows color (decimal): -2724041 or 3633110. OLE color: 3633110.
HSL color Cylindrical-coordinate representation of color #D66F37: hue angle of 21.13º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D66F37 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 55 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.16 |
| HSL | 21.13º | 0.66% | 0.53% | - |
| HSV(B) | 21.13º | 0.74% | 0.84% | - |
| XYZ | 34.11 | 25.94 | 6.82 | - |
| YUV | 135.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 55 | 0 | 0.48 | 0.74 | 0.16 | 21.13 | 0.66 | 0.53 |
| Hex | D6 | 6F | 37 | 0 | 30 | 4A | 10 | 15 | 42 | 35 |
| Octal | 326 | 157 | 67 | 0 | 60 | 112 | 20 | 25 | 102 | 65 |
| Binary | 11010110 | 1101111 | 110111 | 0 | 110000 | 1001010 | 10000 | 10101 | 1000010 | 110101 |
Color Harmonies of #D66F37
Complementary color
Monochromatic Colors of #D66F37
Black with #D66F37
Text Example
Text Example
White with #D66F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F37; }
p { color: rgb(214,111,55); }
H1.HeaderClassName
{
color: #D66F37;
}
.AnyTagClassName
{
color: #D66F37;
}
</style>
background-color css
<style>
a { background-color: #D66F37; }
a { background-color: rgb(214,111,55); }
div.DivClassName
{
background-color: #D66F37;
}
.BgClassName
{
background-color: #D66F37;
}
</style>
border-color css
<style>
span { border-color: #D66F37; }
span { border-color: rgb(214,111,55); }
td.TdClassName
{
border-color: #D66F37;
}
.TagClassName
{
border-color: #D66F37;
}
</style>