Shades of Tahiti Gold #DB7E2F
Tints of Tahiti Gold #DB7E2F
RGB
CMYK
RGB Variations
Color information
#DB7E2F (or 0xDB7E2F) is known color: Tahiti Gold. HEX triplet: DB, 7E and 2F. RGB value is (219,126,47). Sum of RGB (Red+Green+Blue) = 219+126+47=392 (51% of max value = 765). Red value is 219 (85.94% from 255 or 55.87% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E2F is #2481D0. Grayscale: #919191. Windows color (decimal): -2392529 or 3112667. OLE color: 3112667.
HSL color Cylindrical-coordinate representation of color #DB7E2F: hue angle of 27.56º degrees, saturation: 0.7, 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 #DB7E2F is Cyan = 0, Magento = 0.42, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 47 | - |
| CMYK | 0 | 0.42 | 0.79 | 0.14 |
| HSL | 27.56º | 0.7% | 0.52% | - |
| HSV(B) | 27.56º | 0.79% | 0.86% | - |
| XYZ | 37.19 | 30.19 | 6.56 | - |
| YUV | 144.8 | 72.81 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 47 | 0 | 0.42 | 0.79 | 0.14 | 27.56 | 0.7 | 0.52 |
| Hex | DB | 7E | 2F | 0 | 2A | 4F | E | 1C | 46 | 34 |
| Octal | 333 | 176 | 57 | 0 | 52 | 117 | 16 | 34 | 106 | 64 |
| Binary | 11011011 | 1111110 | 101111 | 0 | 101010 | 1001111 | 1110 | 11100 | 1000110 | 110100 |
Color Harmonies of #DB7E2F
Complementary color
Monochromatic Colors of #DB7E2F
Black with #DB7E2F
Text Example
Text Example
White with #DB7E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E2F; }
p { color: rgb(219,126,47); }
H1.HeaderClassName
{
color: #DB7E2F;
}
.AnyTagClassName
{
color: #DB7E2F;
}
</style>
background-color css
<style>
a { background-color: #DB7E2F; }
a { background-color: rgb(219,126,47); }
div.DivClassName
{
background-color: #DB7E2F;
}
.BgClassName
{
background-color: #DB7E2F;
}
</style>
border-color css
<style>
span { border-color: #DB7E2F; }
span { border-color: rgb(219,126,47); }
td.TdClassName
{
border-color: #DB7E2F;
}
.TagClassName
{
border-color: #DB7E2F;
}
</style>