Shades of Tahiti Gold #DB7934
Tints of Tahiti Gold #DB7934
RGB
CMYK
RGB Variations
Color information
#DB7934 (or 0xDB7934) is known color: Tahiti Gold. HEX triplet: DB, 79 and 34. RGB value is (219,121,52). Sum of RGB (Red+Green+Blue) = 219+121+52=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7934 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7934 is #2486CB. Grayscale: #8E8E8E. Windows color (decimal): -2393804 or 3439067. OLE color: 3439067.
HSL color Cylindrical-coordinate representation of color #DB7934: hue angle of 24.79º 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 #DB7934 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 52 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.14 |
| HSL | 24.79º | 0.7% | 0.53% | - |
| HSV(B) | 24.79º | 0.76% | 0.86% | - |
| XYZ | 36.67 | 28.98 | 6.91 | - |
| YUV | 142.44 | 76.97 | 182.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 52 | 0 | 0.45 | 0.76 | 0.14 | 24.79 | 0.7 | 0.53 |
| Hex | DB | 79 | 34 | 0 | 2D | 4C | E | 19 | 46 | 35 |
| Octal | 333 | 171 | 64 | 0 | 55 | 114 | 16 | 31 | 106 | 65 |
| Binary | 11011011 | 1111001 | 110100 | 0 | 101101 | 1001100 | 1110 | 11001 | 1000110 | 110101 |
Color Harmonies of #DB7934
Complementary color
Monochromatic Colors of #DB7934
Black with #DB7934
Text Example
Text Example
White with #DB7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7934; }
p { color: rgb(219,121,52); }
H1.HeaderClassName
{
color: #DB7934;
}
.AnyTagClassName
{
color: #DB7934;
}
</style>
background-color css
<style>
a { background-color: #DB7934; }
a { background-color: rgb(219,121,52); }
div.DivClassName
{
background-color: #DB7934;
}
.BgClassName
{
background-color: #DB7934;
}
</style>
border-color css
<style>
span { border-color: #DB7934; }
span { border-color: rgb(219,121,52); }
td.TdClassName
{
border-color: #DB7934;
}
.TagClassName
{
border-color: #DB7934;
}
</style>