Shades of Tahiti Gold #DB7F27
Tints of Tahiti Gold #DB7F27
RGB
CMYK
RGB Variations
Color information
#DB7F27 (or 0xDB7F27) is known color: Tahiti Gold. HEX triplet: DB, 7F and 27. RGB value is (219,127,39). Sum of RGB (Red+Green+Blue) = 219+127+39=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7F27 is #2480D8. Grayscale: #909090. Windows color (decimal): -2392281 or 2588635. OLE color: 2588635.
HSL color Cylindrical-coordinate representation of color #DB7F27: hue angle of 29.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 #DB7F27 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 127 | 39 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.14 |
| HSL | 29.33º | 0.71% | 0.51% | - |
| HSV(B) | 29.33º | 0.82% | 0.86% | - |
| XYZ | 37.17 | 30.39 | 5.83 | - |
| YUV | 144.48 | 68.48 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 127 | 39 | 0 | 0.42 | 0.82 | 0.14 | 29.33 | 0.71 | 0.51 |
| Hex | DB | 7F | 27 | 0 | 2A | 52 | E | 1D | 47 | 33 |
| Octal | 333 | 177 | 47 | 0 | 52 | 122 | 16 | 35 | 107 | 63 |
| Binary | 11011011 | 1111111 | 100111 | 0 | 101010 | 1010010 | 1110 | 11101 | 1000111 | 110011 |
Color Harmonies of #DB7F27
Complementary color
Monochromatic Colors of #DB7F27
Black with #DB7F27
Text Example
Text Example
White with #DB7F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7F27; }
p { color: rgb(219,127,39); }
H1.HeaderClassName
{
color: #DB7F27;
}
.AnyTagClassName
{
color: #DB7F27;
}
</style>
background-color css
<style>
a { background-color: #DB7F27; }
a { background-color: rgb(219,127,39); }
div.DivClassName
{
background-color: #DB7F27;
}
.BgClassName
{
background-color: #DB7F27;
}
</style>
border-color css
<style>
span { border-color: #DB7F27; }
span { border-color: rgb(219,127,39); }
td.TdClassName
{
border-color: #DB7F27;
}
.TagClassName
{
border-color: #DB7F27;
}
</style>