Shades of Tahiti Gold #DB7929
Tints of Tahiti Gold #DB7929
RGB
CMYK
RGB Variations
Color information
#DB7929 (or 0xDB7929) is known color: Tahiti Gold. HEX triplet: DB, 79 and 29. RGB value is (219,121,41). Sum of RGB (Red+Green+Blue) = 219+121+41=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7929 is #2486D6. Grayscale: #8D8D8D. Windows color (decimal): -2393815 or 2718171. OLE color: 2718171.
HSL color Cylindrical-coordinate representation of color #DB7929: hue angle of 26.97º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB7929 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 41 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.14 |
| HSL | 26.97º | 0.71% | 0.51% | - |
| HSV(B) | 26.97º | 0.81% | 0.86% | - |
| XYZ | 36.45 | 28.89 | 5.75 | - |
| YUV | 141.18 | 71.47 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 41 | 0 | 0.45 | 0.81 | 0.14 | 26.97 | 0.71 | 0.51 |
| Hex | DB | 79 | 29 | 0 | 2D | 51 | E | 1B | 47 | 33 |
| Octal | 333 | 171 | 51 | 0 | 55 | 121 | 16 | 33 | 107 | 63 |
| Binary | 11011011 | 1111001 | 101001 | 0 | 101101 | 1010001 | 1110 | 11011 | 1000111 | 110011 |
Color Harmonies of #DB7929
Complementary color
Monochromatic Colors of #DB7929
Black with #DB7929
Text Example
Text Example
White with #DB7929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7929; }
p { color: rgb(219,121,41); }
H1.HeaderClassName
{
color: #DB7929;
}
.AnyTagClassName
{
color: #DB7929;
}
</style>
background-color css
<style>
a { background-color: #DB7929; }
a { background-color: rgb(219,121,41); }
div.DivClassName
{
background-color: #DB7929;
}
.BgClassName
{
background-color: #DB7929;
}
</style>
border-color css
<style>
span { border-color: #DB7929; }
span { border-color: rgb(219,121,41); }
td.TdClassName
{
border-color: #DB7929;
}
.TagClassName
{
border-color: #DB7929;
}
</style>