Shades of Tahiti Gold #DB782A
Tints of Tahiti Gold #DB782A
RGB
CMYK
RGB Variations
Color information
#DB782A (or 0xDB782A) is known color: Tahiti Gold. HEX triplet: DB, 78 and 2A. RGB value is (219,120,42). Sum of RGB (Red+Green+Blue) = 219+120+42=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 42 (16.80% from 255 or 11.02% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB782A is #2487D5. Grayscale: #8D8D8D. Windows color (decimal): -2394070 or 2783451. OLE color: 2783451.
HSL color Cylindrical-coordinate representation of color #DB782A: hue angle of 26.44º 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 #DB782A is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 42 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.14 |
| HSL | 26.44º | 0.71% | 0.51% | - |
| HSV(B) | 26.44º | 0.81% | 0.86% | - |
| XYZ | 36.35 | 28.66 | 5.81 | - |
| YUV | 140.71 | 72.3 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 42 | 0 | 0.45 | 0.81 | 0.14 | 26.44 | 0.71 | 0.51 |
| Hex | DB | 78 | 2A | 0 | 2D | 51 | E | 1A | 47 | 33 |
| Octal | 333 | 170 | 52 | 0 | 55 | 121 | 16 | 32 | 107 | 63 |
| Binary | 11011011 | 1111000 | 101010 | 0 | 101101 | 1010001 | 1110 | 11010 | 1000111 | 110011 |
Color Harmonies of #DB782A
Complementary color
Monochromatic Colors of #DB782A
Black with #DB782A
Text Example
Text Example
White with #DB782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB782A; }
p { color: rgb(219,120,42); }
H1.HeaderClassName
{
color: #DB782A;
}
.AnyTagClassName
{
color: #DB782A;
}
</style>
background-color css
<style>
a { background-color: #DB782A; }
a { background-color: rgb(219,120,42); }
div.DivClassName
{
background-color: #DB782A;
}
.BgClassName
{
background-color: #DB782A;
}
</style>
border-color css
<style>
span { border-color: #DB782A; }
span { border-color: rgb(219,120,42); }
td.TdClassName
{
border-color: #DB782A;
}
.TagClassName
{
border-color: #DB782A;
}
</style>