Shades of Tahiti Gold #DB7828
Tints of Tahiti Gold #DB7828
RGB
CMYK
RGB Variations
Color information
#DB7828 (or 0xDB7828) is known color: Tahiti Gold. HEX triplet: DB, 78 and 28. RGB value is (219,120,40). Sum of RGB (Red+Green+Blue) = 219+120+40=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 40 (16.02% from 255 or 10.55% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7828 is #2487D7. Grayscale: #8C8C8C. Windows color (decimal): -2394072 or 2652379. OLE color: 2652379.
HSL color Cylindrical-coordinate representation of color #DB7828: hue angle of 26.82º 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 #DB7828 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 40 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.14 |
| HSL | 26.82º | 0.71% | 0.51% | - |
| HSV(B) | 26.82º | 0.82% | 0.86% | - |
| XYZ | 36.31 | 28.65 | 5.62 | - |
| YUV | 140.48 | 71.3 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 40 | 0 | 0.45 | 0.82 | 0.14 | 26.82 | 0.71 | 0.51 |
| Hex | DB | 78 | 28 | 0 | 2D | 52 | E | 1B | 47 | 33 |
| Octal | 333 | 170 | 50 | 0 | 55 | 122 | 16 | 33 | 107 | 63 |
| Binary | 11011011 | 1111000 | 101000 | 0 | 101101 | 1010010 | 1110 | 11011 | 1000111 | 110011 |
Color Harmonies of #DB7828
Complementary color
Monochromatic Colors of #DB7828
Black with #DB7828
Text Example
Text Example
White with #DB7828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7828; }
p { color: rgb(219,120,40); }
H1.HeaderClassName
{
color: #DB7828;
}
.AnyTagClassName
{
color: #DB7828;
}
</style>
background-color css
<style>
a { background-color: #DB7828; }
a { background-color: rgb(219,120,40); }
div.DivClassName
{
background-color: #DB7828;
}
.BgClassName
{
background-color: #DB7828;
}
</style>
border-color css
<style>
span { border-color: #DB7828; }
span { border-color: rgb(219,120,40); }
td.TdClassName
{
border-color: #DB7828;
}
.TagClassName
{
border-color: #DB7828;
}
</style>