Shades of Tahiti Gold #DB7627
Tints of Tahiti Gold #DB7627
RGB
CMYK
RGB Variations
Color information
#DB7627 (or 0xDB7627) is known color: Tahiti Gold. HEX triplet: DB, 76 and 27. RGB value is (219,118,39). Sum of RGB (Red+Green+Blue) = 219+118+39=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 39 (15.62% from 255 or 10.37% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7627 is #2489D8. Grayscale: #8B8B8B. Windows color (decimal): -2394585 or 2586331. OLE color: 2586331.
HSL color Cylindrical-coordinate representation of color #DB7627: hue angle of 26.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB7627 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 39 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.14 |
| HSL | 26.33º | 0.71% | 0.51% | - |
| HSV(B) | 26.33º | 0.82% | 0.86% | - |
| XYZ | 36.06 | 28.16 | 5.46 | - |
| YUV | 139.19 | 71.46 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 39 | 0 | 0.46 | 0.82 | 0.14 | 26.33 | 0.71 | 0.51 |
| Hex | DB | 76 | 27 | 0 | 2E | 52 | E | 1A | 47 | 33 |
| Octal | 333 | 166 | 47 | 0 | 56 | 122 | 16 | 32 | 107 | 63 |
| Binary | 11011011 | 1110110 | 100111 | 0 | 101110 | 1010010 | 1110 | 11010 | 1000111 | 110011 |
Color Harmonies of #DB7627
Complementary color
Monochromatic Colors of #DB7627
Black with #DB7627
Text Example
Text Example
White with #DB7627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7627; }
p { color: rgb(219,118,39); }
H1.HeaderClassName
{
color: #DB7627;
}
.AnyTagClassName
{
color: #DB7627;
}
</style>
background-color css
<style>
a { background-color: #DB7627; }
a { background-color: rgb(219,118,39); }
div.DivClassName
{
background-color: #DB7627;
}
.BgClassName
{
background-color: #DB7627;
}
</style>
border-color css
<style>
span { border-color: #DB7627; }
span { border-color: rgb(219,118,39); }
td.TdClassName
{
border-color: #DB7627;
}
.TagClassName
{
border-color: #DB7627;
}
</style>