Shades of Tahiti Gold #DB6D27
Tints of Tahiti Gold #DB6D27
RGB
CMYK
RGB Variations
Color information
#DB6D27 (or 0xDB6D27) is known color: Tahiti Gold. HEX triplet: DB, 6D and 27. RGB value is (219,109,39). Sum of RGB (Red+Green+Blue) = 219+109+39=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 109 (42.97% from 255 or 29.70% from 367); Blue value is 39 (15.62% from 255 or 10.63% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D27 is #2492D8. Grayscale: #868686. Windows color (decimal): -2396889 or 2584027. OLE color: 2584027.
HSL color Cylindrical-coordinate representation of color #DB6D27: hue angle of 23.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 #DB6D27 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 39 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.14 |
| HSL | 23.33º | 0.71% | 0.51% | - |
| HSV(B) | 23.33º | 0.82% | 0.86% | - |
| XYZ | 35.05 | 26.14 | 5.12 | - |
| YUV | 133.91 | 74.44 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 39 | 0 | 0.50 | 0.82 | 0.14 | 23.33 | 0.71 | 0.51 |
| Hex | DB | 6D | 27 | 0 | 32 | 52 | E | 17 | 47 | 33 |
| Octal | 333 | 155 | 47 | 0 | 62 | 122 | 16 | 27 | 107 | 63 |
| Binary | 11011011 | 1101101 | 100111 | 0 | 110010 | 1010010 | 1110 | 10111 | 1000111 | 110011 |
Color Harmonies of #DB6D27
Complementary color
Monochromatic Colors of #DB6D27
Black with #DB6D27
Text Example
Text Example
White with #DB6D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D27; }
p { color: rgb(219,109,39); }
H1.HeaderClassName
{
color: #DB6D27;
}
.AnyTagClassName
{
color: #DB6D27;
}
</style>
background-color css
<style>
a { background-color: #DB6D27; }
a { background-color: rgb(219,109,39); }
div.DivClassName
{
background-color: #DB6D27;
}
.BgClassName
{
background-color: #DB6D27;
}
</style>
border-color css
<style>
span { border-color: #DB6D27; }
span { border-color: rgb(219,109,39); }
td.TdClassName
{
border-color: #DB6D27;
}
.TagClassName
{
border-color: #DB6D27;
}
</style>