Shades of Tahiti Gold #DB7932
Tints of Tahiti Gold #DB7932
RGB
CMYK
RGB Variations
Color information
#DB7932 (or 0xDB7932) is known color: Tahiti Gold. HEX triplet: DB, 79 and 32. RGB value is (219,121,50). Sum of RGB (Red+Green+Blue) = 219+121+50=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7932 is #2486CD. Grayscale: #8E8E8E. Windows color (decimal): -2393806 or 3307995. OLE color: 3307995.
HSL color Cylindrical-coordinate representation of color #DB7932: hue angle of 25.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7932 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 50 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.14 |
| HSL | 25.21º | 0.7% | 0.53% | - |
| HSV(B) | 25.21º | 0.77% | 0.86% | - |
| XYZ | 36.63 | 28.97 | 6.68 | - |
| YUV | 142.21 | 75.97 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 50 | 0 | 0.45 | 0.77 | 0.14 | 25.21 | 0.7 | 0.53 |
| Hex | DB | 79 | 32 | 0 | 2D | 4D | E | 19 | 46 | 35 |
| Octal | 333 | 171 | 62 | 0 | 55 | 115 | 16 | 31 | 106 | 65 |
| Binary | 11011011 | 1111001 | 110010 | 0 | 101101 | 1001101 | 1110 | 11001 | 1000110 | 110101 |
Color Harmonies of #DB7932
Complementary color
Monochromatic Colors of #DB7932
Black with #DB7932
Text Example
Text Example
White with #DB7932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7932; }
p { color: rgb(219,121,50); }
H1.HeaderClassName
{
color: #DB7932;
}
.AnyTagClassName
{
color: #DB7932;
}
</style>
background-color css
<style>
a { background-color: #DB7932; }
a { background-color: rgb(219,121,50); }
div.DivClassName
{
background-color: #DB7932;
}
.BgClassName
{
background-color: #DB7932;
}
</style>
border-color css
<style>
span { border-color: #DB7932; }
span { border-color: rgb(219,121,50); }
td.TdClassName
{
border-color: #DB7932;
}
.TagClassName
{
border-color: #DB7932;
}
</style>