Shades of Tango #D66F2D
Tints of Tango #D66F2D
RGB
CMYK
RGB Variations
Color information
#D66F2D (or 0xD66F2D) is known color: Tango. HEX triplet: D6, 6F and 2D. RGB value is (214,111,45). Sum of RGB (Red+Green+Blue) = 214+111+45=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F2D is #2990D2. Grayscale: #868686. Windows color (decimal): -2724051 or 2977750. OLE color: 2977750.
HSL color Cylindrical-coordinate representation of color #D66F2D: hue angle of 23.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D66F2D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 45 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.16 |
| HSL | 23.43º | 0.67% | 0.51% | - |
| HSV(B) | 23.43º | 0.79% | 0.84% | - |
| XYZ | 33.89 | 25.85 | 5.69 | - |
| YUV | 134.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 45 | 0 | 0.48 | 0.79 | 0.16 | 23.43 | 0.67 | 0.51 |
| Hex | D6 | 6F | 2D | 0 | 30 | 4F | 10 | 17 | 43 | 33 |
| Octal | 326 | 157 | 55 | 0 | 60 | 117 | 20 | 27 | 103 | 63 |
| Binary | 11010110 | 1101111 | 101101 | 0 | 110000 | 1001111 | 10000 | 10111 | 1000011 | 110011 |
Color Harmonies of #D66F2D
Complementary color
Monochromatic Colors of #D66F2D
Black with #D66F2D
Text Example
Text Example
White with #D66F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F2D; }
p { color: rgb(214,111,45); }
H1.HeaderClassName
{
color: #D66F2D;
}
.AnyTagClassName
{
color: #D66F2D;
}
</style>
background-color css
<style>
a { background-color: #D66F2D; }
a { background-color: rgb(214,111,45); }
div.DivClassName
{
background-color: #D66F2D;
}
.BgClassName
{
background-color: #D66F2D;
}
</style>
border-color css
<style>
span { border-color: #D66F2D; }
span { border-color: rgb(214,111,45); }
td.TdClassName
{
border-color: #D66F2D;
}
.TagClassName
{
border-color: #D66F2D;
}
</style>