Shades of Tahiti Gold #DB761E
Tints of Tahiti Gold #DB761E
RGB
CMYK
RGB Variations
Color information
#DB761E (or 0xDB761E) is known color: Tahiti Gold. HEX triplet: DB, 76 and 1E. RGB value is (219,118,30). Sum of RGB (Red+Green+Blue) = 219+118+30=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB761E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB761E is #2489E1. Grayscale: #8A8A8A. Windows color (decimal): -2394594 or 1996507. OLE color: 1996507.
HSL color Cylindrical-coordinate representation of color #DB761E: hue angle of 27.94º 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 #DB761E is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 30 | - |
| CMYK | 0 | 0.46 | 0.86 | 0.14 |
| HSL | 27.94º | 0.76% | 0.49% | - |
| HSV(B) | 27.94º | 0.86% | 0.86% | - |
| XYZ | 35.93 | 28.11 | 4.76 | - |
| YUV | 138.17 | 66.96 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 30 | 0 | 0.46 | 0.86 | 0.14 | 27.94 | 0.76 | 0.49 |
| Hex | DB | 76 | 1E | 0 | 2E | 56 | E | 1C | 4C | 31 |
| Octal | 333 | 166 | 36 | 0 | 56 | 126 | 16 | 34 | 114 | 61 |
| Binary | 11011011 | 1110110 | 11110 | 0 | 101110 | 1010110 | 1110 | 11100 | 1001100 | 110001 |
Color Harmonies of #DB761E
Complementary color
Monochromatic Colors of #DB761E
Black with #DB761E
Text Example
Text Example
White with #DB761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB761E; }
p { color: rgb(219,118,30); }
H1.HeaderClassName
{
color: #DB761E;
}
.AnyTagClassName
{
color: #DB761E;
}
</style>
background-color css
<style>
a { background-color: #DB761E; }
a { background-color: rgb(219,118,30); }
div.DivClassName
{
background-color: #DB761E;
}
.BgClassName
{
background-color: #DB761E;
}
</style>
border-color css
<style>
span { border-color: #DB761E; }
span { border-color: rgb(219,118,30); }
td.TdClassName
{
border-color: #DB761E;
}
.TagClassName
{
border-color: #DB761E;
}
</style>