Shades of Tahiti Gold #DB8128
Tints of Tahiti Gold #DB8128
RGB
CMYK
RGB Variations
Color information
#DB8128 (or 0xDB8128) is known color: Tahiti Gold. HEX triplet: DB, 81 and 28. RGB value is (219,129,40). Sum of RGB (Red+Green+Blue) = 219+129+40=388 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.44% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 40 (16.02% from 255 or 10.31% from 388); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8128 is #247ED7. Grayscale: #929292. Windows color (decimal): -2391768 or 2654683. OLE color: 2654683.
HSL color Cylindrical-coordinate representation of color #DB8128: hue angle of 29.83º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB8128 is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 40 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.14 |
| HSL | 29.83º | 0.71% | 0.51% | - |
| HSV(B) | 29.83º | 0.82% | 0.86% | - |
| XYZ | 37.45 | 30.91 | 6 | - |
| YUV | 145.76 | 68.32 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 40 | 0 | 0.41 | 0.82 | 0.14 | 29.83 | 0.71 | 0.51 |
| Hex | DB | 81 | 28 | 0 | 29 | 52 | E | 1E | 47 | 33 |
| Octal | 333 | 201 | 50 | 0 | 51 | 122 | 16 | 36 | 107 | 63 |
| Binary | 11011011 | 10000001 | 101000 | 0 | 101001 | 1010010 | 1110 | 11110 | 1000111 | 110011 |
Color Harmonies of #DB8128
Complementary color
Monochromatic Colors of #DB8128
Black with #DB8128
Text Example
Text Example
White with #DB8128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8128; }
p { color: rgb(219,129,40); }
H1.HeaderClassName
{
color: #DB8128;
}
.AnyTagClassName
{
color: #DB8128;
}
</style>
background-color css
<style>
a { background-color: #DB8128; }
a { background-color: rgb(219,129,40); }
div.DivClassName
{
background-color: #DB8128;
}
.BgClassName
{
background-color: #DB8128;
}
</style>
border-color css
<style>
span { border-color: #DB8128; }
span { border-color: rgb(219,129,40); }
td.TdClassName
{
border-color: #DB8128;
}
.TagClassName
{
border-color: #DB8128;
}
</style>