Shades of Tahiti Gold #DB7931
Tints of Tahiti Gold #DB7931
RGB
CMYK
RGB Variations
Color information
#DB7931 (or 0xDB7931) is known color: Tahiti Gold. HEX triplet: DB, 79 and 31. RGB value is (219,121,49). Sum of RGB (Red+Green+Blue) = 219+121+49=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7931 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7931 is #2486CE. Grayscale: #8E8E8E. Windows color (decimal): -2393807 or 3242459. OLE color: 3242459.
HSL color Cylindrical-coordinate representation of color #DB7931: hue angle of 25.41º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7931 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 49 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.14 |
| HSL | 25.41º | 0.7% | 0.53% | - |
| HSV(B) | 25.41º | 0.78% | 0.86% | - |
| XYZ | 36.61 | 28.96 | 6.57 | - |
| YUV | 142.09 | 75.47 | 182.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 49 | 0 | 0.45 | 0.78 | 0.14 | 25.41 | 0.7 | 0.53 |
| Hex | DB | 79 | 31 | 0 | 2D | 4E | E | 19 | 46 | 35 |
| Octal | 333 | 171 | 61 | 0 | 55 | 116 | 16 | 31 | 106 | 65 |
| Binary | 11011011 | 1111001 | 110001 | 0 | 101101 | 1001110 | 1110 | 11001 | 1000110 | 110101 |
Color Harmonies of #DB7931
Complementary color
Monochromatic Colors of #DB7931
Black with #DB7931
Text Example
Text Example
White with #DB7931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7931; }
p { color: rgb(219,121,49); }
H1.HeaderClassName
{
color: #DB7931;
}
.AnyTagClassName
{
color: #DB7931;
}
</style>
background-color css
<style>
a { background-color: #DB7931; }
a { background-color: rgb(219,121,49); }
div.DivClassName
{
background-color: #DB7931;
}
.BgClassName
{
background-color: #DB7931;
}
</style>
border-color css
<style>
span { border-color: #DB7931; }
span { border-color: rgb(219,121,49); }
td.TdClassName
{
border-color: #DB7931;
}
.TagClassName
{
border-color: #DB7931;
}
</style>