Shades of Tahiti Gold #DB802B
Tints of Tahiti Gold #DB802B
RGB
CMYK
RGB Variations
Color information
#DB802B (or 0xDB802B) is known color: Tahiti Gold. HEX triplet: DB, 80 and 2B. RGB value is (219,128,43). Sum of RGB (Red+Green+Blue) = 219+128+43=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB802B is #247FD4. Grayscale: #919191. Windows color (decimal): -2392021 or 2851035. OLE color: 2851035.
HSL color Cylindrical-coordinate representation of color #DB802B: hue angle of 28.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB802B is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 43 | - |
| CMYK | 0 | 0.42 | 0.80 | 0.14 |
| HSL | 28.98º | 0.71% | 0.51% | - |
| HSV(B) | 28.98º | 0.8% | 0.86% | - |
| XYZ | 37.37 | 30.67 | 6.24 | - |
| YUV | 145.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 43 | 0 | 0.42 | 0.80 | 0.14 | 28.98 | 0.71 | 0.51 |
| Hex | DB | 80 | 2B | 0 | 2A | 50 | E | 1D | 47 | 33 |
| Octal | 333 | 200 | 53 | 0 | 52 | 120 | 16 | 35 | 107 | 63 |
| Binary | 11011011 | 10000000 | 101011 | 0 | 101010 | 1010000 | 1110 | 11101 | 1000111 | 110011 |
Color Harmonies of #DB802B
Complementary color
Monochromatic Colors of #DB802B
Black with #DB802B
Text Example
Text Example
White with #DB802B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB802B; }
p { color: rgb(219,128,43); }
H1.HeaderClassName
{
color: #DB802B;
}
.AnyTagClassName
{
color: #DB802B;
}
</style>
background-color css
<style>
a { background-color: #DB802B; }
a { background-color: rgb(219,128,43); }
div.DivClassName
{
background-color: #DB802B;
}
.BgClassName
{
background-color: #DB802B;
}
</style>
border-color css
<style>
span { border-color: #DB802B; }
span { border-color: rgb(219,128,43); }
td.TdClassName
{
border-color: #DB802B;
}
.TagClassName
{
border-color: #DB802B;
}
</style>