Shades of Tango #D2762F
Tints of Tango #D2762F
RGB
CMYK
RGB Variations
Color information
#D2762F (or 0xD2762F) is known color: Tango. HEX triplet: D2, 76 and 2F. RGB value is (210,118,47). Sum of RGB (Red+Green+Blue) = 210+118+47=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2762F is #2D89D0. Grayscale: #898989. Windows color (decimal): -2984401 or 3110610. OLE color: 3110610.
HSL color Cylindrical-coordinate representation of color #D2762F: hue angle of 26.13º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D2762F is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 47 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.18 |
| HSL | 26.13º | 0.64% | 0.5% | - |
| HSV(B) | 26.13º | 0.78% | 0.82% | - |
| XYZ | 33.57 | 26.86 | 6.11 | - |
| YUV | 137.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 47 | 0 | 0.44 | 0.78 | 0.18 | 26.13 | 0.64 | 0.5 |
| Hex | D2 | 76 | 2F | 0 | 2C | 4E | 12 | 1A | 40 | 32 |
| Octal | 322 | 166 | 57 | 0 | 54 | 116 | 22 | 32 | 100 | 62 |
| Binary | 11010010 | 1110110 | 101111 | 0 | 101100 | 1001110 | 10010 | 11010 | 1000000 | 110010 |
Color Harmonies of #D2762F
Complementary color
Monochromatic Colors of #D2762F
Black with #D2762F
Text Example
Text Example
White with #D2762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2762F; }
p { color: rgb(210,118,47); }
H1.HeaderClassName
{
color: #D2762F;
}
.AnyTagClassName
{
color: #D2762F;
}
</style>
background-color css
<style>
a { background-color: #D2762F; }
a { background-color: rgb(210,118,47); }
div.DivClassName
{
background-color: #D2762F;
}
.BgClassName
{
background-color: #D2762F;
}
</style>
border-color css
<style>
span { border-color: #D2762F; }
span { border-color: rgb(210,118,47); }
td.TdClassName
{
border-color: #D2762F;
}
.TagClassName
{
border-color: #D2762F;
}
</style>