Shades of Tahiti Gold #DB8029
Tints of Tahiti Gold #DB8029
RGB
CMYK
RGB Variations
Color information
#DB8029 (or 0xDB8029) is known color: Tahiti Gold. HEX triplet: DB, 80 and 29. RGB value is (219,128,41). Sum of RGB (Red+Green+Blue) = 219+128+41=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8029 is #247FD6. Grayscale: #919191. Windows color (decimal): -2392023 or 2719963. OLE color: 2719963.
HSL color Cylindrical-coordinate representation of color #DB8029: hue angle of 29.33º 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 #DB8029 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 41 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.14 |
| HSL | 29.33º | 0.71% | 0.51% | - |
| HSV(B) | 29.33º | 0.81% | 0.86% | - |
| XYZ | 37.33 | 30.66 | 6.05 | - |
| YUV | 145.29 | 69.15 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 41 | 0 | 0.42 | 0.81 | 0.14 | 29.33 | 0.71 | 0.51 |
| Hex | DB | 80 | 29 | 0 | 2A | 51 | E | 1D | 47 | 33 |
| Octal | 333 | 200 | 51 | 0 | 52 | 121 | 16 | 35 | 107 | 63 |
| Binary | 11011011 | 10000000 | 101001 | 0 | 101010 | 1010001 | 1110 | 11101 | 1000111 | 110011 |
Color Harmonies of #DB8029
Complementary color
Monochromatic Colors of #DB8029
Black with #DB8029
Text Example
Text Example
White with #DB8029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8029; }
p { color: rgb(219,128,41); }
H1.HeaderClassName
{
color: #DB8029;
}
.AnyTagClassName
{
color: #DB8029;
}
</style>
background-color css
<style>
a { background-color: #DB8029; }
a { background-color: rgb(219,128,41); }
div.DivClassName
{
background-color: #DB8029;
}
.BgClassName
{
background-color: #DB8029;
}
</style>
border-color css
<style>
span { border-color: #DB8029; }
span { border-color: rgb(219,128,41); }
td.TdClassName
{
border-color: #DB8029;
}
.TagClassName
{
border-color: #DB8029;
}
</style>