Shades of Tahiti Gold #DB781E
Tints of Tahiti Gold #DB781E
RGB
CMYK
RGB Variations
Color information
#DB781E (or 0xDB781E) is known color: Tahiti Gold. HEX triplet: DB, 78 and 1E. RGB value is (219,120,30). Sum of RGB (Red+Green+Blue) = 219+120+30=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 120 (47.27% from 255 or 32.52% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB781E is #2487E1. Grayscale: #8B8B8B. Windows color (decimal): -2394082 or 1997019. OLE color: 1997019.
HSL color Cylindrical-coordinate representation of color #DB781E: hue angle of 28.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB781E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 30 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.14 |
| HSL | 28.57º | 0.76% | 0.49% | - |
| HSV(B) | 28.57º | 0.86% | 0.86% | - |
| XYZ | 36.16 | 28.59 | 4.84 | - |
| YUV | 139.34 | 66.3 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 30 | 0 | 0.45 | 0.86 | 0.14 | 28.57 | 0.76 | 0.49 |
| Hex | DB | 78 | 1E | 0 | 2D | 56 | E | 1D | 4C | 31 |
| Octal | 333 | 170 | 36 | 0 | 55 | 126 | 16 | 35 | 114 | 61 |
| Binary | 11011011 | 1111000 | 11110 | 0 | 101101 | 1010110 | 1110 | 11101 | 1001100 | 110001 |
Color Harmonies of #DB781E
Complementary color
Monochromatic Colors of #DB781E
Black with #DB781E
Text Example
Text Example
White with #DB781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB781E; }
p { color: rgb(219,120,30); }
H1.HeaderClassName
{
color: #DB781E;
}
.AnyTagClassName
{
color: #DB781E;
}
</style>
background-color css
<style>
a { background-color: #DB781E; }
a { background-color: rgb(219,120,30); }
div.DivClassName
{
background-color: #DB781E;
}
.BgClassName
{
background-color: #DB781E;
}
</style>
border-color css
<style>
span { border-color: #DB781E; }
span { border-color: rgb(219,120,30); }
td.TdClassName
{
border-color: #DB781E;
}
.TagClassName
{
border-color: #DB781E;
}
</style>