Shades of Tahiti Gold #DB781D
Tints of Tahiti Gold #DB781D
RGB
CMYK
RGB Variations
Color information
#DB781D (or 0xDB781D) is known color: Tahiti Gold. HEX triplet: DB, 78 and 1D. RGB value is (219,120,29). Sum of RGB (Red+Green+Blue) = 219+120+29=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB781D is #2487E2. Grayscale: #8B8B8B. Windows color (decimal): -2394083 or 1931483. OLE color: 1931483.
HSL color Cylindrical-coordinate representation of color #DB781D: hue angle of 28.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB781D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 29 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.14 |
| HSL | 28.74º | 0.77% | 0.49% | - |
| HSV(B) | 28.74º | 0.87% | 0.86% | - |
| XYZ | 36.15 | 28.58 | 4.77 | - |
| YUV | 139.23 | 65.8 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 29 | 0 | 0.45 | 0.87 | 0.14 | 28.74 | 0.77 | 0.49 |
| Hex | DB | 78 | 1D | 0 | 2D | 57 | E | 1D | 4D | 31 |
| Octal | 333 | 170 | 35 | 0 | 55 | 127 | 16 | 35 | 115 | 61 |
| Binary | 11011011 | 1111000 | 11101 | 0 | 101101 | 1010111 | 1110 | 11101 | 1001101 | 110001 |
Color Harmonies of #DB781D
Complementary color
Monochromatic Colors of #DB781D
Black with #DB781D
Text Example
Text Example
White with #DB781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB781D; }
p { color: rgb(219,120,29); }
H1.HeaderClassName
{
color: #DB781D;
}
.AnyTagClassName
{
color: #DB781D;
}
</style>
background-color css
<style>
a { background-color: #DB781D; }
a { background-color: rgb(219,120,29); }
div.DivClassName
{
background-color: #DB781D;
}
.BgClassName
{
background-color: #DB781D;
}
</style>
border-color css
<style>
span { border-color: #DB781D; }
span { border-color: rgb(219,120,29); }
td.TdClassName
{
border-color: #DB781D;
}
.TagClassName
{
border-color: #DB781D;
}
</style>