Shades of Tango #D0752C
Tints of Tango #D0752C
RGB
CMYK
RGB Variations
Color information
#D0752C (or 0xD0752C) is known color: Tango. HEX triplet: D0, 75 and 2C. RGB value is (208,117,44). Sum of RGB (Red+Green+Blue) = 208+117+44=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0752C is #2F8AD3. Grayscale: #888888. Windows color (decimal): -3115732 or 2913744. OLE color: 2913744.
HSL color Cylindrical-coordinate representation of color #D0752C: hue angle of 26.71º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0752C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.18 |
| HSL | 26.71º | 0.65% | 0.49% | - |
| HSV(B) | 26.71º | 0.79% | 0.82% | - |
| XYZ | 32.83 | 26.31 | 5.73 | - |
| YUV | 135.89 | 76.15 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 44 | 0 | 0.44 | 0.79 | 0.18 | 26.71 | 0.65 | 0.49 |
| Hex | D0 | 75 | 2C | 0 | 2C | 4F | 12 | 1B | 41 | 31 |
| Octal | 320 | 165 | 54 | 0 | 54 | 117 | 22 | 33 | 101 | 61 |
| Binary | 11010000 | 1110101 | 101100 | 0 | 101100 | 1001111 | 10010 | 11011 | 1000001 | 110001 |
Color Harmonies of #D0752C
Complementary color
Monochromatic Colors of #D0752C
Black with #D0752C
Text Example
Text Example
White with #D0752C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0752C; }
p { color: rgb(208,117,44); }
H1.HeaderClassName
{
color: #D0752C;
}
.AnyTagClassName
{
color: #D0752C;
}
</style>
background-color css
<style>
a { background-color: #D0752C; }
a { background-color: rgb(208,117,44); }
div.DivClassName
{
background-color: #D0752C;
}
.BgClassName
{
background-color: #D0752C;
}
</style>
border-color css
<style>
span { border-color: #D0752C; }
span { border-color: rgb(208,117,44); }
td.TdClassName
{
border-color: #D0752C;
}
.TagClassName
{
border-color: #D0752C;
}
</style>