Shades of Tango #D77433
Tints of Tango #D77433
RGB
CMYK
RGB Variations
Color information
#D77433 (or 0xD77433) is known color: Tango. HEX triplet: D7, 74 and 33. RGB value is (215,116,51). Sum of RGB (Red+Green+Blue) = 215+116+51=382 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.28% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 51 (20.31% from 255 or 13.35% from 382); Max value from RGB is 215 - color contains mainly: red. Hex color #D77433 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77433 is #288BCC. Grayscale: #8A8A8A. Windows color (decimal): -2657229 or 3372247. OLE color: 3372247.
HSL color Cylindrical-coordinate representation of color #D77433: hue angle of 23.78º degrees, saturation: 0.67, 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 #D77433 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 51 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.16 |
| HSL | 23.78º | 0.67% | 0.52% | - |
| HSV(B) | 23.78º | 0.76% | 0.84% | - |
| XYZ | 34.87 | 27.18 | 6.54 | - |
| YUV | 138.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 51 | 0 | 0.46 | 0.76 | 0.16 | 23.78 | 0.67 | 0.52 |
| Hex | D7 | 74 | 33 | 0 | 2E | 4C | 10 | 18 | 43 | 34 |
| Octal | 327 | 164 | 63 | 0 | 56 | 114 | 20 | 30 | 103 | 64 |
| Binary | 11010111 | 1110100 | 110011 | 0 | 101110 | 1001100 | 10000 | 11000 | 1000011 | 110100 |
Color Harmonies of #D77433
Complementary color
Monochromatic Colors of #D77433
Black with #D77433
Text Example
Text Example
White with #D77433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77433; }
p { color: rgb(215,116,51); }
H1.HeaderClassName
{
color: #D77433;
}
.AnyTagClassName
{
color: #D77433;
}
</style>
background-color css
<style>
a { background-color: #D77433; }
a { background-color: rgb(215,116,51); }
div.DivClassName
{
background-color: #D77433;
}
.BgClassName
{
background-color: #D77433;
}
</style>
border-color css
<style>
span { border-color: #D77433; }
span { border-color: rgb(215,116,51); }
td.TdClassName
{
border-color: #D77433;
}
.TagClassName
{
border-color: #D77433;
}
</style>