Shades of Tahiti Gold #DB7824
Tints of Tahiti Gold #DB7824
RGB
CMYK
RGB Variations
Color information
#DB7824 (or 0xDB7824) is known color: Tahiti Gold. HEX triplet: DB, 78 and 24. RGB value is (219,120,36). Sum of RGB (Red+Green+Blue) = 219+120+36=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 36 (14.45% from 255 or 9.6% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7824 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7824 is #2487DB. Grayscale: #8C8C8C. Windows color (decimal): -2394076 or 2390235. OLE color: 2390235.
HSL color Cylindrical-coordinate representation of color #DB7824: hue angle of 27.54º 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 #DB7824 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 36 | - |
| CMYK | 0 | 0.45 | 0.84 | 0.14 |
| HSL | 27.54º | 0.72% | 0.5% | - |
| HSV(B) | 27.54º | 0.84% | 0.86% | - |
| XYZ | 36.25 | 28.62 | 5.28 | - |
| YUV | 140.03 | 69.3 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 36 | 0 | 0.45 | 0.84 | 0.14 | 27.54 | 0.72 | 0.5 |
| Hex | DB | 78 | 24 | 0 | 2D | 54 | E | 1C | 48 | 32 |
| Octal | 333 | 170 | 44 | 0 | 55 | 124 | 16 | 34 | 110 | 62 |
| Binary | 11011011 | 1111000 | 100100 | 0 | 101101 | 1010100 | 1110 | 11100 | 1001000 | 110010 |
Color Harmonies of #DB7824
Complementary color
Monochromatic Colors of #DB7824
Black with #DB7824
Text Example
Text Example
White with #DB7824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7824; }
p { color: rgb(219,120,36); }
H1.HeaderClassName
{
color: #DB7824;
}
.AnyTagClassName
{
color: #DB7824;
}
</style>
background-color css
<style>
a { background-color: #DB7824; }
a { background-color: rgb(219,120,36); }
div.DivClassName
{
background-color: #DB7824;
}
.BgClassName
{
background-color: #DB7824;
}
</style>
border-color css
<style>
span { border-color: #DB7824; }
span { border-color: rgb(219,120,36); }
td.TdClassName
{
border-color: #DB7824;
}
.TagClassName
{
border-color: #DB7824;
}
</style>