Shades of Tahiti Gold #DB7C31
Tints of Tahiti Gold #DB7C31
RGB
CMYK
RGB Variations
Color information
#DB7C31 (or 0xDB7C31) is known color: Tahiti Gold. HEX triplet: DB, 7C and 31. RGB value is (219,124,49). Sum of RGB (Red+Green+Blue) = 219+124+49=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C31 is #2483CE. Grayscale: #909090. Windows color (decimal): -2393039 or 3243227. OLE color: 3243227.
HSL color Cylindrical-coordinate representation of color #DB7C31: hue angle of 26.47º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7C31 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 49 | - |
| CMYK | 0 | 0.43 | 0.78 | 0.14 |
| HSL | 26.47º | 0.7% | 0.53% | - |
| HSV(B) | 26.47º | 0.78% | 0.86% | - |
| XYZ | 36.98 | 29.7 | 6.69 | - |
| YUV | 143.86 | 74.47 | 181.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 49 | 0 | 0.43 | 0.78 | 0.14 | 26.47 | 0.7 | 0.53 |
| Hex | DB | 7C | 31 | 0 | 2B | 4E | E | 1A | 46 | 35 |
| Octal | 333 | 174 | 61 | 0 | 53 | 116 | 16 | 32 | 106 | 65 |
| Binary | 11011011 | 1111100 | 110001 | 0 | 101011 | 1001110 | 1110 | 11010 | 1000110 | 110101 |
Color Harmonies of #DB7C31
Complementary color
Monochromatic Colors of #DB7C31
Black with #DB7C31
Text Example
Text Example
White with #DB7C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C31; }
p { color: rgb(219,124,49); }
H1.HeaderClassName
{
color: #DB7C31;
}
.AnyTagClassName
{
color: #DB7C31;
}
</style>
background-color css
<style>
a { background-color: #DB7C31; }
a { background-color: rgb(219,124,49); }
div.DivClassName
{
background-color: #DB7C31;
}
.BgClassName
{
background-color: #DB7C31;
}
</style>
border-color css
<style>
span { border-color: #DB7C31; }
span { border-color: rgb(219,124,49); }
td.TdClassName
{
border-color: #DB7C31;
}
.TagClassName
{
border-color: #DB7C31;
}
</style>