Shades of Tango #D57433
Tints of Tango #D57433
RGB
CMYK
RGB Variations
Color information
#D57433 (or 0xD57433) is known color: Tango. HEX triplet: D5, 74 and 33. RGB value is (213,116,51). Sum of RGB (Red+Green+Blue) = 213+116+51=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D57433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57433 is #2A8BCC. Grayscale: #898989. Windows color (decimal): -2788301 or 3372245. OLE color: 3372245.
HSL color Cylindrical-coordinate representation of color #D57433: hue angle of 24.07º 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 #D57433 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 51 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.16 |
| HSL | 24.07º | 0.66% | 0.52% | - |
| HSV(B) | 24.07º | 0.76% | 0.84% | - |
| XYZ | 34.28 | 26.88 | 6.51 | - |
| YUV | 137.59 | 79.14 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 51 | 0 | 0.46 | 0.76 | 0.16 | 24.07 | 0.66 | 0.52 |
| Hex | D5 | 74 | 33 | 0 | 2E | 4C | 10 | 18 | 42 | 34 |
| Octal | 325 | 164 | 63 | 0 | 56 | 114 | 20 | 30 | 102 | 64 |
| Binary | 11010101 | 1110100 | 110011 | 0 | 101110 | 1001100 | 10000 | 11000 | 1000010 | 110100 |
Color Harmonies of #D57433
Complementary color
Monochromatic Colors of #D57433
Black with #D57433
Text Example
Text Example
White with #D57433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57433; }
p { color: rgb(213,116,51); }
H1.HeaderClassName
{
color: #D57433;
}
.AnyTagClassName
{
color: #D57433;
}
</style>
background-color css
<style>
a { background-color: #D57433; }
a { background-color: rgb(213,116,51); }
div.DivClassName
{
background-color: #D57433;
}
.BgClassName
{
background-color: #D57433;
}
</style>
border-color css
<style>
span { border-color: #D57433; }
span { border-color: rgb(213,116,51); }
td.TdClassName
{
border-color: #D57433;
}
.TagClassName
{
border-color: #D57433;
}
</style>