Shades of Tahiti Gold #DB7733
Tints of Tahiti Gold #DB7733
RGB
CMYK
RGB Variations
Color information
#DB7733 (or 0xDB7733) is known color: Tahiti Gold. HEX triplet: DB, 77 and 33. RGB value is (219,119,51). Sum of RGB (Red+Green+Blue) = 219+119+51=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7733 is #2488CC. Grayscale: #8D8D8D. Windows color (decimal): -2394317 or 3373019. OLE color: 3373019.
HSL color Cylindrical-coordinate representation of color #DB7733: hue angle of 24.29º 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 #DB7733 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 51 | - |
| CMYK | 0 | 0.46 | 0.77 | 0.14 |
| HSL | 24.29º | 0.7% | 0.53% | - |
| HSV(B) | 24.29º | 0.77% | 0.86% | - |
| XYZ | 36.41 | 28.49 | 6.71 | - |
| YUV | 141.15 | 77.13 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 51 | 0 | 0.46 | 0.77 | 0.14 | 24.29 | 0.7 | 0.53 |
| Hex | DB | 77 | 33 | 0 | 2E | 4D | E | 18 | 46 | 35 |
| Octal | 333 | 167 | 63 | 0 | 56 | 115 | 16 | 30 | 106 | 65 |
| Binary | 11011011 | 1110111 | 110011 | 0 | 101110 | 1001101 | 1110 | 11000 | 1000110 | 110101 |
Color Harmonies of #DB7733
Complementary color
Monochromatic Colors of #DB7733
Black with #DB7733
Text Example
Text Example
White with #DB7733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7733; }
p { color: rgb(219,119,51); }
H1.HeaderClassName
{
color: #DB7733;
}
.AnyTagClassName
{
color: #DB7733;
}
</style>
background-color css
<style>
a { background-color: #DB7733; }
a { background-color: rgb(219,119,51); }
div.DivClassName
{
background-color: #DB7733;
}
.BgClassName
{
background-color: #DB7733;
}
</style>
border-color css
<style>
span { border-color: #DB7733; }
span { border-color: rgb(219,119,51); }
td.TdClassName
{
border-color: #DB7733;
}
.TagClassName
{
border-color: #DB7733;
}
</style>