Shades of Tahiti Gold #DB7E29
Tints of Tahiti Gold #DB7E29
RGB
CMYK
RGB Variations
Color information
#DB7E29 (or 0xDB7E29) is known color: Tahiti Gold. HEX triplet: DB, 7E and 29. RGB value is (219,126,41). Sum of RGB (Red+Green+Blue) = 219+126+41=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E29 is #2481D6. Grayscale: #909090. Windows color (decimal): -2392535 or 2719451. OLE color: 2719451.
HSL color Cylindrical-coordinate representation of color #DB7E29: hue angle of 28.65º 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 #DB7E29 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 41 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.14 |
| HSL | 28.65º | 0.71% | 0.51% | - |
| HSV(B) | 28.65º | 0.81% | 0.86% | - |
| XYZ | 37.07 | 30.14 | 5.96 | - |
| YUV | 144.12 | 69.81 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 41 | 0 | 0.42 | 0.81 | 0.14 | 28.65 | 0.71 | 0.51 |
| Hex | DB | 7E | 29 | 0 | 2A | 51 | E | 1D | 47 | 33 |
| Octal | 333 | 176 | 51 | 0 | 52 | 121 | 16 | 35 | 107 | 63 |
| Binary | 11011011 | 1111110 | 101001 | 0 | 101010 | 1010001 | 1110 | 11101 | 1000111 | 110011 |
Color Harmonies of #DB7E29
Complementary color
Monochromatic Colors of #DB7E29
Black with #DB7E29
Text Example
Text Example
White with #DB7E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E29; }
p { color: rgb(219,126,41); }
H1.HeaderClassName
{
color: #DB7E29;
}
.AnyTagClassName
{
color: #DB7E29;
}
</style>
background-color css
<style>
a { background-color: #DB7E29; }
a { background-color: rgb(219,126,41); }
div.DivClassName
{
background-color: #DB7E29;
}
.BgClassName
{
background-color: #DB7E29;
}
</style>
border-color css
<style>
span { border-color: #DB7E29; }
span { border-color: rgb(219,126,41); }
td.TdClassName
{
border-color: #DB7E29;
}
.TagClassName
{
border-color: #DB7E29;
}
</style>