Shades of Tango #D07330
Tints of Tango #D07330
RGB
CMYK
RGB Variations
Color information
#D07330 (or 0xD07330) is known color: Tango. HEX triplet: D0, 73 and 30. RGB value is (208,115,48). Sum of RGB (Red+Green+Blue) = 208+115+48=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D07330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07330 is #2F8CCF. Grayscale: #878787. Windows color (decimal): -3116240 or 3175376. OLE color: 3175376.
HSL color Cylindrical-coordinate representation of color #D07330: hue angle of 25.12º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D07330 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 48 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.18 |
| HSL | 25.13º | 0.63% | 0.5% | - |
| HSV(B) | 25.13º | 0.77% | 0.82% | - |
| XYZ | 32.68 | 25.88 | 6.07 | - |
| YUV | 135.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 48 | 0 | 0.45 | 0.77 | 0.18 | 25.13 | 0.63 | 0.5 |
| Hex | D0 | 73 | 30 | 0 | 2D | 4D | 12 | 19 | 3F | 32 |
| Octal | 320 | 163 | 60 | 0 | 55 | 115 | 22 | 31 | 77 | 62 |
| Binary | 11010000 | 1110011 | 110000 | 0 | 101101 | 1001101 | 10010 | 11001 | 111111 | 110010 |
Color Harmonies of #D07330
Complementary color
Monochromatic Colors of #D07330
Black with #D07330
Text Example
Text Example
White with #D07330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07330; }
p { color: rgb(208,115,48); }
H1.HeaderClassName
{
color: #D07330;
}
.AnyTagClassName
{
color: #D07330;
}
</style>
background-color css
<style>
a { background-color: #D07330; }
a { background-color: rgb(208,115,48); }
div.DivClassName
{
background-color: #D07330;
}
.BgClassName
{
background-color: #D07330;
}
</style>
border-color css
<style>
span { border-color: #D07330; }
span { border-color: rgb(208,115,48); }
td.TdClassName
{
border-color: #D07330;
}
.TagClassName
{
border-color: #D07330;
}
</style>