Shades of Tahiti Gold #DB7029
Tints of Tahiti Gold #DB7029
RGB
CMYK
RGB Variations
Color information
#DB7029 (or 0xDB7029) is known color: Tahiti Gold. HEX triplet: DB, 70 and 29. RGB value is (219,112,41). Sum of RGB (Red+Green+Blue) = 219+112+41=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7029 is #248FD6. Grayscale: #888888. Windows color (decimal): -2396119 or 2715867. OLE color: 2715867.
HSL color Cylindrical-coordinate representation of color #DB7029: hue angle of 23.93º 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 #DB7029 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 41 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.14 |
| HSL | 23.93º | 0.71% | 0.51% | - |
| HSV(B) | 23.93º | 0.81% | 0.86% | - |
| XYZ | 35.41 | 26.81 | 5.41 | - |
| YUV | 135.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 41 | 0 | 0.49 | 0.81 | 0.14 | 23.93 | 0.71 | 0.51 |
| Hex | DB | 70 | 29 | 0 | 31 | 51 | E | 18 | 47 | 33 |
| Octal | 333 | 160 | 51 | 0 | 61 | 121 | 16 | 30 | 107 | 63 |
| Binary | 11011011 | 1110000 | 101001 | 0 | 110001 | 1010001 | 1110 | 11000 | 1000111 | 110011 |
Color Harmonies of #DB7029
Complementary color
Monochromatic Colors of #DB7029
Black with #DB7029
Text Example
Text Example
White with #DB7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7029; }
p { color: rgb(219,112,41); }
H1.HeaderClassName
{
color: #DB7029;
}
.AnyTagClassName
{
color: #DB7029;
}
</style>
background-color css
<style>
a { background-color: #DB7029; }
a { background-color: rgb(219,112,41); }
div.DivClassName
{
background-color: #DB7029;
}
.BgClassName
{
background-color: #DB7029;
}
</style>
border-color css
<style>
span { border-color: #DB7029; }
span { border-color: rgb(219,112,41); }
td.TdClassName
{
border-color: #DB7029;
}
.TagClassName
{
border-color: #DB7029;
}
</style>