Shades of Tango #D3762F
Tints of Tango #D3762F
RGB
CMYK
RGB Variations
Color information
#D3762F (or 0xD3762F) is known color: Tango. HEX triplet: D3, 76 and 2F. RGB value is (211,118,47). Sum of RGB (Red+Green+Blue) = 211+118+47=376 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.12% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 211 - color contains mainly: red. Hex color #D3762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3762F is #2C89D0. Grayscale: #8A8A8A. Windows color (decimal): -2918865 or 3110611. OLE color: 3110611.
HSL color Cylindrical-coordinate representation of color #D3762F: hue angle of 25.98º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D3762F is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 47 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.17 |
| HSL | 25.98º | 0.65% | 0.51% | - |
| HSV(B) | 25.98º | 0.78% | 0.83% | - |
| XYZ | 33.86 | 27.01 | 6.12 | - |
| YUV | 137.71 | 76.81 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 47 | 0 | 0.44 | 0.78 | 0.17 | 25.98 | 0.65 | 0.51 |
| Hex | D3 | 76 | 2F | 0 | 2C | 4E | 11 | 1A | 41 | 33 |
| Octal | 323 | 166 | 57 | 0 | 54 | 116 | 21 | 32 | 101 | 63 |
| Binary | 11010011 | 1110110 | 101111 | 0 | 101100 | 1001110 | 10001 | 11010 | 1000001 | 110011 |
Color Harmonies of #D3762F
Complementary color
Monochromatic Colors of #D3762F
Black with #D3762F
Text Example
Text Example
White with #D3762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3762F; }
p { color: rgb(211,118,47); }
H1.HeaderClassName
{
color: #D3762F;
}
.AnyTagClassName
{
color: #D3762F;
}
</style>
background-color css
<style>
a { background-color: #D3762F; }
a { background-color: rgb(211,118,47); }
div.DivClassName
{
background-color: #D3762F;
}
.BgClassName
{
background-color: #D3762F;
}
</style>
border-color css
<style>
span { border-color: #D3762F; }
span { border-color: rgb(211,118,47); }
td.TdClassName
{
border-color: #D3762F;
}
.TagClassName
{
border-color: #D3762F;
}
</style>