Shades of Tahiti Gold #DB7933
Tints of Tahiti Gold #DB7933
RGB
CMYK
RGB Variations
Color information
#DB7933 (or 0xDB7933) is known color: Tahiti Gold. HEX triplet: DB, 79 and 33. RGB value is (219,121,51). Sum of RGB (Red+Green+Blue) = 219+121+51=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 51 (20.31% from 255 or 13.04% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7933 is #2486CC. Grayscale: #8E8E8E. Windows color (decimal): -2393805 or 3373531. OLE color: 3373531.
HSL color Cylindrical-coordinate representation of color #DB7933: hue angle of 25º 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 #DB7933 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 51 | - |
| CMYK | 0 | 0.45 | 0.77 | 0.14 |
| HSL | 25º | 0.7% | 0.53% | - |
| HSV(B) | 25º | 0.77% | 0.86% | - |
| XYZ | 36.65 | 28.97 | 6.79 | - |
| YUV | 142.32 | 76.47 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 51 | 0 | 0.45 | 0.77 | 0.14 | 25 | 0.7 | 0.53 |
| Hex | DB | 79 | 33 | 0 | 2D | 4D | E | 19 | 46 | 35 |
| Octal | 333 | 171 | 63 | 0 | 55 | 115 | 16 | 31 | 106 | 65 |
| Binary | 11011011 | 1111001 | 110011 | 0 | 101101 | 1001101 | 1110 | 11001 | 1000110 | 110101 |
Color Harmonies of #DB7933
Complementary color
Monochromatic Colors of #DB7933
Black with #DB7933
Text Example
Text Example
White with #DB7933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7933; }
p { color: rgb(219,121,51); }
H1.HeaderClassName
{
color: #DB7933;
}
.AnyTagClassName
{
color: #DB7933;
}
</style>
background-color css
<style>
a { background-color: #DB7933; }
a { background-color: rgb(219,121,51); }
div.DivClassName
{
background-color: #DB7933;
}
.BgClassName
{
background-color: #DB7933;
}
</style>
border-color css
<style>
span { border-color: #DB7933; }
span { border-color: rgb(219,121,51); }
td.TdClassName
{
border-color: #DB7933;
}
.TagClassName
{
border-color: #DB7933;
}
</style>