Shades of Tango #D76F30
Tints of Tango #D76F30
RGB
CMYK
RGB Variations
Color information
#D76F30 (or 0xD76F30) is known color: Tango. HEX triplet: D7, 6F and 30. RGB value is (215,111,48). Sum of RGB (Red+Green+Blue) = 215+111+48=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D76F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D76F30 is #2890CF. Grayscale: #878787. Windows color (decimal): -2658512 or 3174359. OLE color: 3174359.
HSL color Cylindrical-coordinate representation of color #D76F30: hue angle of 22.63º 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 #D76F30 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 111 | 48 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.16 |
| HSL | 22.63º | 0.68% | 0.52% | - |
| HSV(B) | 22.63º | 0.78% | 0.84% | - |
| XYZ | 34.24 | 26.03 | 6.02 | - |
| YUV | 134.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 111 | 48 | 0 | 0.48 | 0.78 | 0.16 | 22.63 | 0.68 | 0.52 |
| Hex | D7 | 6F | 30 | 0 | 30 | 4E | 10 | 17 | 44 | 34 |
| Octal | 327 | 157 | 60 | 0 | 60 | 116 | 20 | 27 | 104 | 64 |
| Binary | 11010111 | 1101111 | 110000 | 0 | 110000 | 1001110 | 10000 | 10111 | 1000100 | 110100 |
Color Harmonies of #D76F30
Complementary color
Monochromatic Colors of #D76F30
Black with #D76F30
Text Example
Text Example
White with #D76F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D76F30; }
p { color: rgb(215,111,48); }
H1.HeaderClassName
{
color: #D76F30;
}
.AnyTagClassName
{
color: #D76F30;
}
</style>
background-color css
<style>
a { background-color: #D76F30; }
a { background-color: rgb(215,111,48); }
div.DivClassName
{
background-color: #D76F30;
}
.BgClassName
{
background-color: #D76F30;
}
</style>
border-color css
<style>
span { border-color: #D76F30; }
span { border-color: rgb(215,111,48); }
td.TdClassName
{
border-color: #D76F30;
}
.TagClassName
{
border-color: #D76F30;
}
</style>