Shades of Tahiti Gold #DB6924
Tints of Tahiti Gold #DB6924
RGB
CMYK
RGB Variations
Color information
#DB6924 (or 0xDB6924) is known color: Tahiti Gold. HEX triplet: DB, 69 and 24. RGB value is (219,105,36). Sum of RGB (Red+Green+Blue) = 219+105+36=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 36 (14.45% from 255 or 10% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6924 is #2496DB. Grayscale: #838383. Windows color (decimal): -2397916 or 2386395. OLE color: 2386395.
HSL color Cylindrical-coordinate representation of color #DB6924: hue angle of 22.62º 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 #DB6924 is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 36 | - |
| CMYK | 0 | 0.52 | 0.84 | 0.14 |
| HSL | 22.62º | 0.72% | 0.5% | - |
| HSV(B) | 22.62º | 0.84% | 0.86% | - |
| XYZ | 34.58 | 25.29 | 4.73 | - |
| YUV | 131.22 | 74.27 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 36 | 0 | 0.52 | 0.84 | 0.14 | 22.62 | 0.72 | 0.5 |
| Hex | DB | 69 | 24 | 0 | 34 | 54 | E | 17 | 48 | 32 |
| Octal | 333 | 151 | 44 | 0 | 64 | 124 | 16 | 27 | 110 | 62 |
| Binary | 11011011 | 1101001 | 100100 | 0 | 110100 | 1010100 | 1110 | 10111 | 1001000 | 110010 |
Color Harmonies of #DB6924
Complementary color
Monochromatic Colors of #DB6924
Black with #DB6924
Text Example
Text Example
White with #DB6924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6924; }
p { color: rgb(219,105,36); }
H1.HeaderClassName
{
color: #DB6924;
}
.AnyTagClassName
{
color: #DB6924;
}
</style>
background-color css
<style>
a { background-color: #DB6924; }
a { background-color: rgb(219,105,36); }
div.DivClassName
{
background-color: #DB6924;
}
.BgClassName
{
background-color: #DB6924;
}
</style>
border-color css
<style>
span { border-color: #DB6924; }
span { border-color: rgb(219,105,36); }
td.TdClassName
{
border-color: #DB6924;
}
.TagClassName
{
border-color: #DB6924;
}
</style>