Shades of Tahiti Gold #DB6E24
Tints of Tahiti Gold #DB6E24
RGB
CMYK
RGB Variations
Color information
#DB6E24 (or 0xDB6E24) is known color: Tahiti Gold. HEX triplet: DB, 6E and 24. RGB value is (219,110,36). Sum of RGB (Red+Green+Blue) = 219+110+36=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E24 is #2491DB. Grayscale: #868686. Windows color (decimal): -2396636 or 2387675. OLE color: 2387675.
HSL color Cylindrical-coordinate representation of color #DB6E24: hue angle of 24.26º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB6E24 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 36 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.14 |
| HSL | 24.26º | 0.72% | 0.5% | - |
| HSV(B) | 24.26º | 0.84% | 0.86% | - |
| XYZ | 35.11 | 26.34 | 4.9 | - |
| YUV | 134.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 36 | 0 | 0.50 | 0.84 | 0.14 | 24.26 | 0.72 | 0.5 |
| Hex | DB | 6E | 24 | 0 | 32 | 54 | E | 18 | 48 | 32 |
| Octal | 333 | 156 | 44 | 0 | 62 | 124 | 16 | 30 | 110 | 62 |
| Binary | 11011011 | 1101110 | 100100 | 0 | 110010 | 1010100 | 1110 | 11000 | 1001000 | 110010 |
Color Harmonies of #DB6E24
Complementary color
Monochromatic Colors of #DB6E24
Black with #DB6E24
Text Example
Text Example
White with #DB6E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E24; }
p { color: rgb(219,110,36); }
H1.HeaderClassName
{
color: #DB6E24;
}
.AnyTagClassName
{
color: #DB6E24;
}
</style>
background-color css
<style>
a { background-color: #DB6E24; }
a { background-color: rgb(219,110,36); }
div.DivClassName
{
background-color: #DB6E24;
}
.BgClassName
{
background-color: #DB6E24;
}
</style>
border-color css
<style>
span { border-color: #DB6E24; }
span { border-color: rgb(219,110,36); }
td.TdClassName
{
border-color: #DB6E24;
}
.TagClassName
{
border-color: #DB6E24;
}
</style>