Shades of Tahiti Gold #DB7429
Tints of Tahiti Gold #DB7429
RGB
CMYK
RGB Variations
Color information
#DB7429 (or 0xDB7429) is known color: Tahiti Gold. HEX triplet: DB, 74 and 29. RGB value is (219,116,41). Sum of RGB (Red+Green+Blue) = 219+116+41=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 41 (16.41% from 255 or 10.90% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7429 is #248BD6. Grayscale: #8A8A8A. Windows color (decimal): -2395095 or 2716891. OLE color: 2716891.
HSL color Cylindrical-coordinate representation of color #DB7429: hue angle of 25.28º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB7429 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 41 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.14 |
| HSL | 25.28º | 0.71% | 0.51% | - |
| HSV(B) | 25.28º | 0.81% | 0.86% | - |
| XYZ | 35.86 | 27.71 | 5.56 | - |
| YUV | 138.25 | 73.12 | 185.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 41 | 0 | 0.47 | 0.81 | 0.14 | 25.28 | 0.71 | 0.51 |
| Hex | DB | 74 | 29 | 0 | 2F | 51 | E | 19 | 47 | 33 |
| Octal | 333 | 164 | 51 | 0 | 57 | 121 | 16 | 31 | 107 | 63 |
| Binary | 11011011 | 1110100 | 101001 | 0 | 101111 | 1010001 | 1110 | 11001 | 1000111 | 110011 |
Color Harmonies of #DB7429
Complementary color
Monochromatic Colors of #DB7429
Black with #DB7429
Text Example
Text Example
White with #DB7429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7429; }
p { color: rgb(219,116,41); }
H1.HeaderClassName
{
color: #DB7429;
}
.AnyTagClassName
{
color: #DB7429;
}
</style>
background-color css
<style>
a { background-color: #DB7429; }
a { background-color: rgb(219,116,41); }
div.DivClassName
{
background-color: #DB7429;
}
.BgClassName
{
background-color: #DB7429;
}
</style>
border-color css
<style>
span { border-color: #DB7429; }
span { border-color: rgb(219,116,41); }
td.TdClassName
{
border-color: #DB7429;
}
.TagClassName
{
border-color: #DB7429;
}
</style>