Shades of Tahiti Gold #DB7E2E
Tints of Tahiti Gold #DB7E2E
RGB
CMYK
RGB Variations
Color information
#DB7E2E (or 0xDB7E2E) is known color: Tahiti Gold. HEX triplet: DB, 7E and 2E. RGB value is (219,126,46). Sum of RGB (Red+Green+Blue) = 219+126+46=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 126 (49.61% from 255 or 32.23% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E2E is #2481D1. Grayscale: #919191. Windows color (decimal): -2392530 or 3047131. OLE color: 3047131.
HSL color Cylindrical-coordinate representation of color #DB7E2E: hue angle of 27.75º 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 #DB7E2E is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 46 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.14 |
| HSL | 27.75º | 0.71% | 0.52% | - |
| HSV(B) | 27.75º | 0.79% | 0.86% | - |
| XYZ | 37.17 | 30.18 | 6.45 | - |
| YUV | 144.69 | 72.31 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 46 | 0 | 0.42 | 0.79 | 0.14 | 27.75 | 0.71 | 0.52 |
| Hex | DB | 7E | 2E | 0 | 2A | 4F | E | 1C | 47 | 34 |
| Octal | 333 | 176 | 56 | 0 | 52 | 117 | 16 | 34 | 107 | 64 |
| Binary | 11011011 | 1111110 | 101110 | 0 | 101010 | 1001111 | 1110 | 11100 | 1000111 | 110100 |
Color Harmonies of #DB7E2E
Complementary color
Monochromatic Colors of #DB7E2E
Black with #DB7E2E
Text Example
Text Example
White with #DB7E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E2E; }
p { color: rgb(219,126,46); }
H1.HeaderClassName
{
color: #DB7E2E;
}
.AnyTagClassName
{
color: #DB7E2E;
}
</style>
background-color css
<style>
a { background-color: #DB7E2E; }
a { background-color: rgb(219,126,46); }
div.DivClassName
{
background-color: #DB7E2E;
}
.BgClassName
{
background-color: #DB7E2E;
}
</style>
border-color css
<style>
span { border-color: #DB7E2E; }
span { border-color: rgb(219,126,46); }
td.TdClassName
{
border-color: #DB7E2E;
}
.TagClassName
{
border-color: #DB7E2E;
}
</style>