Shades of Tahiti Gold #DB7028
Tints of Tahiti Gold #DB7028
RGB
CMYK
RGB Variations
Color information
#DB7028 (or 0xDB7028) is known color: Tahiti Gold. HEX triplet: DB, 70 and 28. RGB value is (219,112,40). Sum of RGB (Red+Green+Blue) = 219+112+40=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 40 (16.02% from 255 or 10.78% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7028 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7028 is #248FD7. Grayscale: #888888. Windows color (decimal): -2396120 or 2650331. OLE color: 2650331.
HSL color Cylindrical-coordinate representation of color #DB7028: hue angle of 24.13º 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 #DB7028 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 40 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.14 |
| HSL | 24.13º | 0.71% | 0.51% | - |
| HSV(B) | 24.13º | 0.82% | 0.86% | - |
| XYZ | 35.39 | 26.8 | 5.32 | - |
| YUV | 135.79 | 73.95 | 187.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 40 | 0 | 0.49 | 0.82 | 0.14 | 24.13 | 0.71 | 0.51 |
| Hex | DB | 70 | 28 | 0 | 31 | 52 | E | 18 | 47 | 33 |
| Octal | 333 | 160 | 50 | 0 | 61 | 122 | 16 | 30 | 107 | 63 |
| Binary | 11011011 | 1110000 | 101000 | 0 | 110001 | 1010010 | 1110 | 11000 | 1000111 | 110011 |
Color Harmonies of #DB7028
Complementary color
Monochromatic Colors of #DB7028
Black with #DB7028
Text Example
Text Example
White with #DB7028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7028; }
p { color: rgb(219,112,40); }
H1.HeaderClassName
{
color: #DB7028;
}
.AnyTagClassName
{
color: #DB7028;
}
</style>
background-color css
<style>
a { background-color: #DB7028; }
a { background-color: rgb(219,112,40); }
div.DivClassName
{
background-color: #DB7028;
}
.BgClassName
{
background-color: #DB7028;
}
</style>
border-color css
<style>
span { border-color: #DB7028; }
span { border-color: rgb(219,112,40); }
td.TdClassName
{
border-color: #DB7028;
}
.TagClassName
{
border-color: #DB7028;
}
</style>