Shades of Tahiti Gold #DB6D28
Tints of Tahiti Gold #DB6D28
RGB
CMYK
RGB Variations
Color information
#DB6D28 (or 0xDB6D28) is known color: Tahiti Gold. HEX triplet: DB, 6D and 28. RGB value is (219,109,40). Sum of RGB (Red+Green+Blue) = 219+109+40=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6D28 is #2492D7. Grayscale: #868686. Windows color (decimal): -2396888 or 2649563. OLE color: 2649563.
HSL color Cylindrical-coordinate representation of color #DB6D28: hue angle of 23.13º 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 #DB6D28 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 109 | 40 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.14 |
| HSL | 23.13º | 0.71% | 0.51% | - |
| HSV(B) | 23.13º | 0.82% | 0.86% | - |
| XYZ | 35.07 | 26.15 | 5.21 | - |
| YUV | 134.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 109 | 40 | 0 | 0.50 | 0.82 | 0.14 | 23.13 | 0.71 | 0.51 |
| Hex | DB | 6D | 28 | 0 | 32 | 52 | E | 17 | 47 | 33 |
| Octal | 333 | 155 | 50 | 0 | 62 | 122 | 16 | 27 | 107 | 63 |
| Binary | 11011011 | 1101101 | 101000 | 0 | 110010 | 1010010 | 1110 | 10111 | 1000111 | 110011 |
Color Harmonies of #DB6D28
Complementary color
Monochromatic Colors of #DB6D28
Black with #DB6D28
Text Example
Text Example
White with #DB6D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6D28; }
p { color: rgb(219,109,40); }
H1.HeaderClassName
{
color: #DB6D28;
}
.AnyTagClassName
{
color: #DB6D28;
}
</style>
background-color css
<style>
a { background-color: #DB6D28; }
a { background-color: rgb(219,109,40); }
div.DivClassName
{
background-color: #DB6D28;
}
.BgClassName
{
background-color: #DB6D28;
}
</style>
border-color css
<style>
span { border-color: #DB6D28; }
span { border-color: rgb(219,109,40); }
td.TdClassName
{
border-color: #DB6D28;
}
.TagClassName
{
border-color: #DB6D28;
}
</style>