Shades of Tango #D77933
Tints of Tango #D77933
RGB
CMYK
RGB Variations
Color information
#D77933 (or 0xD77933) is known color: Tango. HEX triplet: D7, 79 and 33. RGB value is (215,121,51). Sum of RGB (Red+Green+Blue) = 215+121+51=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 51 (20.31% from 255 or 13.18% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D77933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77933 is #2886CC. Grayscale: #8D8D8D. Windows color (decimal): -2655949 or 3373527. OLE color: 3373527.
HSL color Cylindrical-coordinate representation of color #D77933: hue angle of 25.61º 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 #D77933 is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 51 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.16 |
| HSL | 25.61º | 0.67% | 0.52% | - |
| HSV(B) | 25.61º | 0.76% | 0.84% | - |
| XYZ | 35.46 | 28.36 | 6.74 | - |
| YUV | 141.13 | 77.14 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 51 | 0 | 0.44 | 0.76 | 0.16 | 25.61 | 0.67 | 0.52 |
| Hex | D7 | 79 | 33 | 0 | 2C | 4C | 10 | 1A | 43 | 34 |
| Octal | 327 | 171 | 63 | 0 | 54 | 114 | 20 | 32 | 103 | 64 |
| Binary | 11010111 | 1111001 | 110011 | 0 | 101100 | 1001100 | 10000 | 11010 | 1000011 | 110100 |
Color Harmonies of #D77933
Complementary color
Monochromatic Colors of #D77933
Black with #D77933
Text Example
Text Example
White with #D77933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77933; }
p { color: rgb(215,121,51); }
H1.HeaderClassName
{
color: #D77933;
}
.AnyTagClassName
{
color: #D77933;
}
</style>
background-color css
<style>
a { background-color: #D77933; }
a { background-color: rgb(215,121,51); }
div.DivClassName
{
background-color: #D77933;
}
.BgClassName
{
background-color: #D77933;
}
</style>
border-color css
<style>
span { border-color: #D77933; }
span { border-color: rgb(215,121,51); }
td.TdClassName
{
border-color: #D77933;
}
.TagClassName
{
border-color: #D77933;
}
</style>