Shades of Tahiti Gold #DB7726
Tints of Tahiti Gold #DB7726
RGB
CMYK
RGB Variations
Color information
#DB7726 (or 0xDB7726) is known color: Tahiti Gold. HEX triplet: DB, 77 and 26. RGB value is (219,119,38). Sum of RGB (Red+Green+Blue) = 219+119+38=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 38 (15.23% from 255 or 10.11% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7726 is #2488D9. Grayscale: #8C8C8C. Windows color (decimal): -2394330 or 2521051. OLE color: 2521051.
HSL color Cylindrical-coordinate representation of color #DB7726: hue angle of 26.85º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB7726 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 38 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.14 |
| HSL | 26.85º | 0.72% | 0.5% | - |
| HSV(B) | 26.85º | 0.83% | 0.86% | - |
| XYZ | 36.16 | 28.39 | 5.41 | - |
| YUV | 139.67 | 70.63 | 184.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 38 | 0 | 0.46 | 0.83 | 0.14 | 26.85 | 0.72 | 0.5 |
| Hex | DB | 77 | 26 | 0 | 2E | 53 | E | 1B | 48 | 32 |
| Octal | 333 | 167 | 46 | 0 | 56 | 123 | 16 | 33 | 110 | 62 |
| Binary | 11011011 | 1110111 | 100110 | 0 | 101110 | 1010011 | 1110 | 11011 | 1001000 | 110010 |
Color Harmonies of #DB7726
Complementary color
Monochromatic Colors of #DB7726
Black with #DB7726
Text Example
Text Example
White with #DB7726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7726; }
p { color: rgb(219,119,38); }
H1.HeaderClassName
{
color: #DB7726;
}
.AnyTagClassName
{
color: #DB7726;
}
</style>
background-color css
<style>
a { background-color: #DB7726; }
a { background-color: rgb(219,119,38); }
div.DivClassName
{
background-color: #DB7726;
}
.BgClassName
{
background-color: #DB7726;
}
</style>
border-color css
<style>
span { border-color: #DB7726; }
span { border-color: rgb(219,119,38); }
td.TdClassName
{
border-color: #DB7726;
}
.TagClassName
{
border-color: #DB7726;
}
</style>