Shades of Tahiti Gold #DB8028
Tints of Tahiti Gold #DB8028
RGB
CMYK
RGB Variations
Color information
#DB8028 (or 0xDB8028) is known color: Tahiti Gold. HEX triplet: DB, 80 and 28. RGB value is (219,128,40). Sum of RGB (Red+Green+Blue) = 219+128+40=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 40 (16.02% from 255 or 10.34% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8028 is #247FD7. Grayscale: #919191. Windows color (decimal): -2392024 or 2654427. OLE color: 2654427.
HSL color Cylindrical-coordinate representation of color #DB8028: hue angle of 29.5º 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 #DB8028 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 40 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.14 |
| HSL | 29.5º | 0.71% | 0.51% | - |
| HSV(B) | 29.5º | 0.82% | 0.86% | - |
| XYZ | 37.32 | 30.65 | 5.96 | - |
| YUV | 145.18 | 68.65 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 40 | 0 | 0.42 | 0.82 | 0.14 | 29.5 | 0.71 | 0.51 |
| Hex | DB | 80 | 28 | 0 | 2A | 52 | E | 1D | 47 | 33 |
| Octal | 333 | 200 | 50 | 0 | 52 | 122 | 16 | 35 | 107 | 63 |
| Binary | 11011011 | 10000000 | 101000 | 0 | 101010 | 1010010 | 1110 | 11101 | 1000111 | 110011 |
Color Harmonies of #DB8028
Complementary color
Monochromatic Colors of #DB8028
Black with #DB8028
Text Example
Text Example
White with #DB8028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8028; }
p { color: rgb(219,128,40); }
H1.HeaderClassName
{
color: #DB8028;
}
.AnyTagClassName
{
color: #DB8028;
}
</style>
background-color css
<style>
a { background-color: #DB8028; }
a { background-color: rgb(219,128,40); }
div.DivClassName
{
background-color: #DB8028;
}
.BgClassName
{
background-color: #DB8028;
}
</style>
border-color css
<style>
span { border-color: #DB8028; }
span { border-color: rgb(219,128,40); }
td.TdClassName
{
border-color: #DB8028;
}
.TagClassName
{
border-color: #DB8028;
}
</style>