Shades of Tango #D5752F
Tints of Tango #D5752F
RGB
CMYK
RGB Variations
Color information
#D5752F (or 0xD5752F) is known color: Tango. HEX triplet: D5, 75 and 2F. RGB value is (213,117,47). Sum of RGB (Red+Green+Blue) = 213+117+47=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5752F is #2A8AD0. Grayscale: #8A8A8A. Windows color (decimal): -2788049 or 3110357. OLE color: 3110357.
HSL color Cylindrical-coordinate representation of color #D5752F: hue angle of 25.3º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5752F is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 47 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.16 |
| HSL | 25.3º | 0.66% | 0.51% | - |
| HSV(B) | 25.3º | 0.78% | 0.84% | - |
| XYZ | 34.31 | 27.07 | 6.11 | - |
| YUV | 137.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 47 | 0 | 0.45 | 0.78 | 0.16 | 25.3 | 0.66 | 0.51 |
| Hex | D5 | 75 | 2F | 0 | 2D | 4E | 10 | 19 | 42 | 33 |
| Octal | 325 | 165 | 57 | 0 | 55 | 116 | 20 | 31 | 102 | 63 |
| Binary | 11010101 | 1110101 | 101111 | 0 | 101101 | 1001110 | 10000 | 11001 | 1000010 | 110011 |
Color Harmonies of #D5752F
Complementary color
Monochromatic Colors of #D5752F
Black with #D5752F
Text Example
Text Example
White with #D5752F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5752F; }
p { color: rgb(213,117,47); }
H1.HeaderClassName
{
color: #D5752F;
}
.AnyTagClassName
{
color: #D5752F;
}
</style>
background-color css
<style>
a { background-color: #D5752F; }
a { background-color: rgb(213,117,47); }
div.DivClassName
{
background-color: #D5752F;
}
.BgClassName
{
background-color: #D5752F;
}
</style>
border-color css
<style>
span { border-color: #D5752F; }
span { border-color: rgb(213,117,47); }
td.TdClassName
{
border-color: #D5752F;
}
.TagClassName
{
border-color: #D5752F;
}
</style>