Shades of Tango #D0762D
Tints of Tango #D0762D
RGB
CMYK
RGB Variations
Color information
#D0762D (or 0xD0762D) is known color: Tango. HEX triplet: D0, 76 and 2D. RGB value is (208,118,45). Sum of RGB (Red+Green+Blue) = 208+118+45=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D0762D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0762D is #2F89D2. Grayscale: #888888. Windows color (decimal): -3115475 or 2979536. OLE color: 2979536.
HSL color Cylindrical-coordinate representation of color #D0762D: hue angle of 26.87º 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 #D0762D is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 45 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.18 |
| HSL | 26.87º | 0.64% | 0.5% | - |
| HSV(B) | 26.87º | 0.78% | 0.82% | - |
| XYZ | 32.96 | 26.56 | 5.87 | - |
| YUV | 136.59 | 76.32 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 45 | 0 | 0.43 | 0.78 | 0.18 | 26.87 | 0.64 | 0.5 |
| Hex | D0 | 76 | 2D | 0 | 2B | 4E | 12 | 1B | 40 | 32 |
| Octal | 320 | 166 | 55 | 0 | 53 | 116 | 22 | 33 | 100 | 62 |
| Binary | 11010000 | 1110110 | 101101 | 0 | 101011 | 1001110 | 10010 | 11011 | 1000000 | 110010 |
Color Harmonies of #D0762D
Complementary color
Monochromatic Colors of #D0762D
Black with #D0762D
Text Example
Text Example
White with #D0762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0762D; }
p { color: rgb(208,118,45); }
H1.HeaderClassName
{
color: #D0762D;
}
.AnyTagClassName
{
color: #D0762D;
}
</style>
background-color css
<style>
a { background-color: #D0762D; }
a { background-color: rgb(208,118,45); }
div.DivClassName
{
background-color: #D0762D;
}
.BgClassName
{
background-color: #D0762D;
}
</style>
border-color css
<style>
span { border-color: #D0762D; }
span { border-color: rgb(208,118,45); }
td.TdClassName
{
border-color: #D0762D;
}
.TagClassName
{
border-color: #D0762D;
}
</style>