Shades of Tango #D66F34
Tints of Tango #D66F34
RGB
CMYK
RGB Variations
Color information
#D66F34 (or 0xD66F34) is known color: Tango. HEX triplet: D6, 6F and 34. RGB value is (214,111,52). Sum of RGB (Red+Green+Blue) = 214+111+52=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 52 (20.70% from 255 or 13.79% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66F34 is #2990CB. Grayscale: #878787. Windows color (decimal): -2724044 or 3436502. OLE color: 3436502.
HSL color Cylindrical-coordinate representation of color #D66F34: hue angle of 21.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D66F34 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 52 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.16 |
| HSL | 21.85º | 0.66% | 0.52% | - |
| HSV(B) | 21.85º | 0.76% | 0.84% | - |
| XYZ | 34.04 | 25.91 | 6.46 | - |
| YUV | 135.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 52 | 0 | 0.48 | 0.76 | 0.16 | 21.85 | 0.66 | 0.52 |
| Hex | D6 | 6F | 34 | 0 | 30 | 4C | 10 | 16 | 42 | 34 |
| Octal | 326 | 157 | 64 | 0 | 60 | 114 | 20 | 26 | 102 | 64 |
| Binary | 11010110 | 1101111 | 110100 | 0 | 110000 | 1001100 | 10000 | 10110 | 1000010 | 110100 |
Color Harmonies of #D66F34
Complementary color
Monochromatic Colors of #D66F34
Black with #D66F34
Text Example
Text Example
White with #D66F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F34; }
p { color: rgb(214,111,52); }
H1.HeaderClassName
{
color: #D66F34;
}
.AnyTagClassName
{
color: #D66F34;
}
</style>
background-color css
<style>
a { background-color: #D66F34; }
a { background-color: rgb(214,111,52); }
div.DivClassName
{
background-color: #D66F34;
}
.BgClassName
{
background-color: #D66F34;
}
</style>
border-color css
<style>
span { border-color: #D66F34; }
span { border-color: rgb(214,111,52); }
td.TdClassName
{
border-color: #D66F34;
}
.TagClassName
{
border-color: #D66F34;
}
</style>