Shades of Tahiti Gold #DB782B
Tints of Tahiti Gold #DB782B
RGB
CMYK
RGB Variations
Color information
#DB782B (or 0xDB782B) is known color: Tahiti Gold. HEX triplet: DB, 78 and 2B. RGB value is (219,120,43). Sum of RGB (Red+Green+Blue) = 219+120+43=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 43 (17.19% from 255 or 11.26% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB782B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB782B is #2487D4. Grayscale: #8D8D8D. Windows color (decimal): -2394069 or 2848987. OLE color: 2848987.
HSL color Cylindrical-coordinate representation of color #DB782B: hue angle of 26.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB782B is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 43 | - |
| CMYK | 0 | 0.45 | 0.80 | 0.14 |
| HSL | 26.25º | 0.71% | 0.51% | - |
| HSV(B) | 26.25º | 0.8% | 0.86% | - |
| XYZ | 36.37 | 28.67 | 5.9 | - |
| YUV | 140.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 43 | 0 | 0.45 | 0.80 | 0.14 | 26.25 | 0.71 | 0.51 |
| Hex | DB | 78 | 2B | 0 | 2D | 50 | E | 1A | 47 | 33 |
| Octal | 333 | 170 | 53 | 0 | 55 | 120 | 16 | 32 | 107 | 63 |
| Binary | 11011011 | 1111000 | 101011 | 0 | 101101 | 1010000 | 1110 | 11010 | 1000111 | 110011 |
Color Harmonies of #DB782B
Complementary color
Monochromatic Colors of #DB782B
Black with #DB782B
Text Example
Text Example
White with #DB782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB782B; }
p { color: rgb(219,120,43); }
H1.HeaderClassName
{
color: #DB782B;
}
.AnyTagClassName
{
color: #DB782B;
}
</style>
background-color css
<style>
a { background-color: #DB782B; }
a { background-color: rgb(219,120,43); }
div.DivClassName
{
background-color: #DB782B;
}
.BgClassName
{
background-color: #DB782B;
}
</style>
border-color css
<style>
span { border-color: #DB782B; }
span { border-color: rgb(219,120,43); }
td.TdClassName
{
border-color: #DB782B;
}
.TagClassName
{
border-color: #DB782B;
}
</style>