Shades of Tango #D77430
Tints of Tango #D77430
RGB
CMYK
RGB Variations
Color information
#D77430 (or 0xD77430) is known color: Tango. HEX triplet: D7, 74 and 30. RGB value is (215,116,48). Sum of RGB (Red+Green+Blue) = 215+116+48=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D77430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77430 is #288BCF. Grayscale: #8A8A8A. Windows color (decimal): -2657232 or 3175639. OLE color: 3175639.
HSL color Cylindrical-coordinate representation of color #D77430: hue angle of 24.43º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D77430 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 48 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.16 |
| HSL | 24.43º | 0.68% | 0.52% | - |
| HSV(B) | 24.43º | 0.78% | 0.84% | - |
| XYZ | 34.8 | 27.15 | 6.2 | - |
| YUV | 137.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 48 | 0 | 0.46 | 0.78 | 0.16 | 24.43 | 0.68 | 0.52 |
| Hex | D7 | 74 | 30 | 0 | 2E | 4E | 10 | 18 | 44 | 34 |
| Octal | 327 | 164 | 60 | 0 | 56 | 116 | 20 | 30 | 104 | 64 |
| Binary | 11010111 | 1110100 | 110000 | 0 | 101110 | 1001110 | 10000 | 11000 | 1000100 | 110100 |
Color Harmonies of #D77430
Complementary color
Monochromatic Colors of #D77430
Black with #D77430
Text Example
Text Example
White with #D77430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77430; }
p { color: rgb(215,116,48); }
H1.HeaderClassName
{
color: #D77430;
}
.AnyTagClassName
{
color: #D77430;
}
</style>
background-color css
<style>
a { background-color: #D77430; }
a { background-color: rgb(215,116,48); }
div.DivClassName
{
background-color: #D77430;
}
.BgClassName
{
background-color: #D77430;
}
</style>
border-color css
<style>
span { border-color: #D77430; }
span { border-color: rgb(215,116,48); }
td.TdClassName
{
border-color: #D77430;
}
.TagClassName
{
border-color: #D77430;
}
</style>