Shades of Tahiti Gold #DB7C2E
Tints of Tahiti Gold #DB7C2E
RGB
CMYK
RGB Variations
Color information
#DB7C2E (or 0xDB7C2E) is known color: Tahiti Gold. HEX triplet: DB, 7C and 2E. RGB value is (219,124,46). Sum of RGB (Red+Green+Blue) = 219+124+46=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C2E is #2483D1. Grayscale: #8F8F8F. Windows color (decimal): -2393042 or 3046619. OLE color: 3046619.
HSL color Cylindrical-coordinate representation of color #DB7C2E: hue angle of 27.05º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB7C2E is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 46 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.14 |
| HSL | 27.05º | 0.71% | 0.52% | - |
| HSV(B) | 27.05º | 0.79% | 0.86% | - |
| XYZ | 36.91 | 29.67 | 6.37 | - |
| YUV | 143.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 46 | 0 | 0.43 | 0.79 | 0.14 | 27.05 | 0.71 | 0.52 |
| Hex | DB | 7C | 2E | 0 | 2B | 4F | E | 1B | 47 | 34 |
| Octal | 333 | 174 | 56 | 0 | 53 | 117 | 16 | 33 | 107 | 64 |
| Binary | 11011011 | 1111100 | 101110 | 0 | 101011 | 1001111 | 1110 | 11011 | 1000111 | 110100 |
Color Harmonies of #DB7C2E
Complementary color
Monochromatic Colors of #DB7C2E
Black with #DB7C2E
Text Example
Text Example
White with #DB7C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C2E; }
p { color: rgb(219,124,46); }
H1.HeaderClassName
{
color: #DB7C2E;
}
.AnyTagClassName
{
color: #DB7C2E;
}
</style>
background-color css
<style>
a { background-color: #DB7C2E; }
a { background-color: rgb(219,124,46); }
div.DivClassName
{
background-color: #DB7C2E;
}
.BgClassName
{
background-color: #DB7C2E;
}
</style>
border-color css
<style>
span { border-color: #DB7C2E; }
span { border-color: rgb(219,124,46); }
td.TdClassName
{
border-color: #DB7C2E;
}
.TagClassName
{
border-color: #DB7C2E;
}
</style>