Shades of Tahiti Gold #DB7129
Tints of Tahiti Gold #DB7129
RGB
CMYK
RGB Variations
Color information
#DB7129 (or 0xDB7129) is known color: Tahiti Gold. HEX triplet: DB, 71 and 29. RGB value is (219,113,41). Sum of RGB (Red+Green+Blue) = 219+113+41=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7129 is #248ED6. Grayscale: #888888. Windows color (decimal): -2395863 or 2716123. OLE color: 2716123.
HSL color Cylindrical-coordinate representation of color #DB7129: hue angle of 24.27º 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 #DB7129 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 41 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.14 |
| HSL | 24.27º | 0.71% | 0.51% | - |
| HSV(B) | 24.27º | 0.81% | 0.86% | - |
| XYZ | 35.52 | 27.03 | 5.44 | - |
| YUV | 136.49 | 74.12 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 41 | 0 | 0.48 | 0.81 | 0.14 | 24.27 | 0.71 | 0.51 |
| Hex | DB | 71 | 29 | 0 | 30 | 51 | E | 18 | 47 | 33 |
| Octal | 333 | 161 | 51 | 0 | 60 | 121 | 16 | 30 | 107 | 63 |
| Binary | 11011011 | 1110001 | 101001 | 0 | 110000 | 1010001 | 1110 | 11000 | 1000111 | 110011 |
Color Harmonies of #DB7129
Complementary color
Monochromatic Colors of #DB7129
Black with #DB7129
Text Example
Text Example
White with #DB7129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7129; }
p { color: rgb(219,113,41); }
H1.HeaderClassName
{
color: #DB7129;
}
.AnyTagClassName
{
color: #DB7129;
}
</style>
background-color css
<style>
a { background-color: #DB7129; }
a { background-color: rgb(219,113,41); }
div.DivClassName
{
background-color: #DB7129;
}
.BgClassName
{
background-color: #DB7129;
}
</style>
border-color css
<style>
span { border-color: #DB7129; }
span { border-color: rgb(219,113,41); }
td.TdClassName
{
border-color: #DB7129;
}
.TagClassName
{
border-color: #DB7129;
}
</style>