Shades of Tango #D3762C
Tints of Tango #D3762C
RGB
CMYK
RGB Variations
Color information
#D3762C (or 0xD3762C) is known color: Tango. HEX triplet: D3, 76 and 2C. RGB value is (211,118,44). Sum of RGB (Red+Green+Blue) = 211+118+44=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 44 (17.58% from 255 or 11.80% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3762C is #2C89D3. Grayscale: #898989. Windows color (decimal): -2918868 or 2914003. OLE color: 2914003.
HSL color Cylindrical-coordinate representation of color #D3762C: hue angle of 26.59º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D3762C is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 118 | 44 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.17 |
| HSL | 26.59º | 0.65% | 0.5% | - |
| HSV(B) | 26.59º | 0.79% | 0.83% | - |
| XYZ | 33.8 | 26.99 | 5.81 | - |
| YUV | 137.37 | 75.31 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 118 | 44 | 0 | 0.44 | 0.79 | 0.17 | 26.59 | 0.65 | 0.5 |
| Hex | D3 | 76 | 2C | 0 | 2C | 4F | 11 | 1B | 41 | 32 |
| Octal | 323 | 166 | 54 | 0 | 54 | 117 | 21 | 33 | 101 | 62 |
| Binary | 11010011 | 1110110 | 101100 | 0 | 101100 | 1001111 | 10001 | 11011 | 1000001 | 110010 |
Color Harmonies of #D3762C
Complementary color
Monochromatic Colors of #D3762C
Black with #D3762C
Text Example
Text Example
White with #D3762C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3762C; }
p { color: rgb(211,118,44); }
H1.HeaderClassName
{
color: #D3762C;
}
.AnyTagClassName
{
color: #D3762C;
}
</style>
background-color css
<style>
a { background-color: #D3762C; }
a { background-color: rgb(211,118,44); }
div.DivClassName
{
background-color: #D3762C;
}
.BgClassName
{
background-color: #D3762C;
}
</style>
border-color css
<style>
span { border-color: #D3762C; }
span { border-color: rgb(211,118,44); }
td.TdClassName
{
border-color: #D3762C;
}
.TagClassName
{
border-color: #D3762C;
}
</style>