Shades of Tahiti Gold #DB7927
Tints of Tahiti Gold #DB7927
RGB
CMYK
RGB Variations
Color information
#DB7927 (or 0xDB7927) is known color: Tahiti Gold. HEX triplet: DB, 79 and 27. RGB value is (219,121,39). Sum of RGB (Red+Green+Blue) = 219+121+39=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7927 is #2486D8. Grayscale: #8D8D8D. Windows color (decimal): -2393817 or 2587099. OLE color: 2587099.
HSL color Cylindrical-coordinate representation of color #DB7927: hue angle of 27.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 #DB7927 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 39 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.14 |
| HSL | 27.33º | 0.71% | 0.51% | - |
| HSV(B) | 27.33º | 0.82% | 0.86% | - |
| XYZ | 36.42 | 28.88 | 5.57 | - |
| YUV | 140.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 39 | 0 | 0.45 | 0.82 | 0.14 | 27.33 | 0.71 | 0.51 |
| Hex | DB | 79 | 27 | 0 | 2D | 52 | E | 1B | 47 | 33 |
| Octal | 333 | 171 | 47 | 0 | 55 | 122 | 16 | 33 | 107 | 63 |
| Binary | 11011011 | 1111001 | 100111 | 0 | 101101 | 1010010 | 1110 | 11011 | 1000111 | 110011 |
Color Harmonies of #DB7927
Complementary color
Monochromatic Colors of #DB7927
Black with #DB7927
Text Example
Text Example
White with #DB7927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7927; }
p { color: rgb(219,121,39); }
H1.HeaderClassName
{
color: #DB7927;
}
.AnyTagClassName
{
color: #DB7927;
}
</style>
background-color css
<style>
a { background-color: #DB7927; }
a { background-color: rgb(219,121,39); }
div.DivClassName
{
background-color: #DB7927;
}
.BgClassName
{
background-color: #DB7927;
}
</style>
border-color css
<style>
span { border-color: #DB7927; }
span { border-color: rgb(219,121,39); }
td.TdClassName
{
border-color: #DB7927;
}
.TagClassName
{
border-color: #DB7927;
}
</style>