Shades of Tango #D77A33
Tints of Tango #D77A33
RGB
CMYK
RGB Variations
Color information
#D77A33 (or 0xD77A33) is known color: Tango. HEX triplet: D7, 7A and 33. RGB value is (215,122,51). Sum of RGB (Red+Green+Blue) = 215+122+51=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77A33 is #2885CC. Grayscale: #8E8E8E. Windows color (decimal): -2655693 or 3373783. OLE color: 3373783.
HSL color Cylindrical-coordinate representation of color #D77A33: hue angle of 25.98º 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 #D77A33 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 122 | 51 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.16 |
| HSL | 25.98º | 0.67% | 0.52% | - |
| HSV(B) | 25.98º | 0.76% | 0.84% | - |
| XYZ | 35.58 | 28.61 | 6.78 | - |
| YUV | 141.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 122 | 51 | 0 | 0.43 | 0.76 | 0.16 | 25.98 | 0.67 | 0.52 |
| Hex | D7 | 7A | 33 | 0 | 2B | 4C | 10 | 1A | 43 | 34 |
| Octal | 327 | 172 | 63 | 0 | 53 | 114 | 20 | 32 | 103 | 64 |
| Binary | 11010111 | 1111010 | 110011 | 0 | 101011 | 1001100 | 10000 | 11010 | 1000011 | 110100 |
Color Harmonies of #D77A33
Complementary color
Monochromatic Colors of #D77A33
Black with #D77A33
Text Example
Text Example
White with #D77A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77A33; }
p { color: rgb(215,122,51); }
H1.HeaderClassName
{
color: #D77A33;
}
.AnyTagClassName
{
color: #D77A33;
}
</style>
background-color css
<style>
a { background-color: #D77A33; }
a { background-color: rgb(215,122,51); }
div.DivClassName
{
background-color: #D77A33;
}
.BgClassName
{
background-color: #D77A33;
}
</style>
border-color css
<style>
span { border-color: #D77A33; }
span { border-color: rgb(215,122,51); }
td.TdClassName
{
border-color: #D77A33;
}
.TagClassName
{
border-color: #D77A33;
}
</style>