Shades of Tahiti Gold #DB7833
Tints of Tahiti Gold #DB7833
RGB
CMYK
RGB Variations
Color information
#DB7833 (or 0xDB7833) is known color: Tahiti Gold. HEX triplet: DB, 78 and 33. RGB value is (219,120,51). Sum of RGB (Red+Green+Blue) = 219+120+51=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7833 is #2487CC. Grayscale: #8E8E8E. Windows color (decimal): -2394061 or 3373275. OLE color: 3373275.
HSL color Cylindrical-coordinate representation of color #DB7833: hue angle of 24.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7833 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 51 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.14 |
| HSL | 24.64º | 0.7% | 0.53% | - |
| HSV(B) | 24.64º | 0.77% | 0.86% | - |
| XYZ | 36.53 | 28.73 | 6.75 | - |
| YUV | 141.74 | 76.8 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 51 | 0 | 0.45 | 0.77 | 0.14 | 24.64 | 0.7 | 0.53 |
| Hex | DB | 78 | 33 | 0 | 2D | 4D | E | 19 | 46 | 35 |
| Octal | 333 | 170 | 63 | 0 | 55 | 115 | 16 | 31 | 106 | 65 |
| Binary | 11011011 | 1111000 | 110011 | 0 | 101101 | 1001101 | 1110 | 11001 | 1000110 | 110101 |
Color Harmonies of #DB7833
Complementary color
Monochromatic Colors of #DB7833
Black with #DB7833
Text Example
Text Example
White with #DB7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7833; }
p { color: rgb(219,120,51); }
H1.HeaderClassName
{
color: #DB7833;
}
.AnyTagClassName
{
color: #DB7833;
}
</style>
background-color css
<style>
a { background-color: #DB7833; }
a { background-color: rgb(219,120,51); }
div.DivClassName
{
background-color: #DB7833;
}
.BgClassName
{
background-color: #DB7833;
}
</style>
border-color css
<style>
span { border-color: #DB7833; }
span { border-color: rgb(219,120,51); }
td.TdClassName
{
border-color: #DB7833;
}
.TagClassName
{
border-color: #DB7833;
}
</style>