Shades of Tahiti Gold #DB7834
Tints of Tahiti Gold #DB7834
RGB
CMYK
RGB Variations
Color information
#DB7834 (or 0xDB7834) is known color: Tahiti Gold. HEX triplet: DB, 78 and 34. RGB value is (219,120,52). Sum of RGB (Red+Green+Blue) = 219+120+52=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7834 is #2487CB. Grayscale: #8E8E8E. Windows color (decimal): -2394060 or 3438811. OLE color: 3438811.
HSL color Cylindrical-coordinate representation of color #DB7834: hue angle of 24.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB7834 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 52 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.14 |
| HSL | 24.43º | 0.7% | 0.53% | - |
| HSV(B) | 24.43º | 0.76% | 0.86% | - |
| XYZ | 36.55 | 28.74 | 6.87 | - |
| YUV | 141.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 52 | 0 | 0.45 | 0.76 | 0.14 | 24.43 | 0.7 | 0.53 |
| Hex | DB | 78 | 34 | 0 | 2D | 4C | E | 18 | 46 | 35 |
| Octal | 333 | 170 | 64 | 0 | 55 | 114 | 16 | 30 | 106 | 65 |
| Binary | 11011011 | 1111000 | 110100 | 0 | 101101 | 1001100 | 1110 | 11000 | 1000110 | 110101 |
Color Harmonies of #DB7834
Complementary color
Monochromatic Colors of #DB7834
Black with #DB7834
Text Example
Text Example
White with #DB7834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7834; }
p { color: rgb(219,120,52); }
H1.HeaderClassName
{
color: #DB7834;
}
.AnyTagClassName
{
color: #DB7834;
}
</style>
background-color css
<style>
a { background-color: #DB7834; }
a { background-color: rgb(219,120,52); }
div.DivClassName
{
background-color: #DB7834;
}
.BgClassName
{
background-color: #DB7834;
}
</style>
border-color css
<style>
span { border-color: #DB7834; }
span { border-color: rgb(219,120,52); }
td.TdClassName
{
border-color: #DB7834;
}
.TagClassName
{
border-color: #DB7834;
}
</style>