Shades of Tahiti Gold #DB7829
Tints of Tahiti Gold #DB7829
RGB
CMYK
RGB Variations
Color information
#DB7829 (or 0xDB7829) is known color: Tahiti Gold. HEX triplet: DB, 78 and 29. RGB value is (219,120,41). Sum of RGB (Red+Green+Blue) = 219+120+41=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 41 (16.41% from 255 or 10.79% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7829 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7829 is #2487D6. Grayscale: #8D8D8D. Windows color (decimal): -2394071 or 2717915. OLE color: 2717915.
HSL color Cylindrical-coordinate representation of color #DB7829: hue angle of 26.63º 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 #DB7829 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 41 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.14 |
| HSL | 26.63º | 0.71% | 0.51% | - |
| HSV(B) | 26.63º | 0.81% | 0.86% | - |
| XYZ | 36.33 | 28.65 | 5.71 | - |
| YUV | 140.6 | 71.8 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 41 | 0 | 0.45 | 0.81 | 0.14 | 26.63 | 0.71 | 0.51 |
| Hex | DB | 78 | 29 | 0 | 2D | 51 | E | 1B | 47 | 33 |
| Octal | 333 | 170 | 51 | 0 | 55 | 121 | 16 | 33 | 107 | 63 |
| Binary | 11011011 | 1111000 | 101001 | 0 | 101101 | 1010001 | 1110 | 11011 | 1000111 | 110011 |
Color Harmonies of #DB7829
Complementary color
Monochromatic Colors of #DB7829
Black with #DB7829
Text Example
Text Example
White with #DB7829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7829; }
p { color: rgb(219,120,41); }
H1.HeaderClassName
{
color: #DB7829;
}
.AnyTagClassName
{
color: #DB7829;
}
</style>
background-color css
<style>
a { background-color: #DB7829; }
a { background-color: rgb(219,120,41); }
div.DivClassName
{
background-color: #DB7829;
}
.BgClassName
{
background-color: #DB7829;
}
</style>
border-color css
<style>
span { border-color: #DB7829; }
span { border-color: rgb(219,120,41); }
td.TdClassName
{
border-color: #DB7829;
}
.TagClassName
{
border-color: #DB7829;
}
</style>