Shades of Tahiti Gold #DB7B24
Tints of Tahiti Gold #DB7B24
RGB
CMYK
RGB Variations
Color information
#DB7B24 (or 0xDB7B24) is known color: Tahiti Gold. HEX triplet: DB, 7B and 24. RGB value is (219,123,36). Sum of RGB (Red+Green+Blue) = 219+123+36=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 36 (14.45% from 255 or 9.52% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B24 is #2484DB. Grayscale: #8E8E8E. Windows color (decimal): -2393308 or 2391003. OLE color: 2391003.
HSL color Cylindrical-coordinate representation of color #DB7B24: hue angle of 28.52º 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 #DB7B24 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 36 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.14 |
| HSL | 28.52º | 0.72% | 0.5% | - |
| HSV(B) | 28.52º | 0.84% | 0.86% | - |
| XYZ | 36.61 | 29.35 | 5.41 | - |
| YUV | 141.79 | 68.3 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 36 | 0 | 0.44 | 0.84 | 0.14 | 28.52 | 0.72 | 0.5 |
| Hex | DB | 7B | 24 | 0 | 2C | 54 | E | 1D | 48 | 32 |
| Octal | 333 | 173 | 44 | 0 | 54 | 124 | 16 | 35 | 110 | 62 |
| Binary | 11011011 | 1111011 | 100100 | 0 | 101100 | 1010100 | 1110 | 11101 | 1001000 | 110010 |
Color Harmonies of #DB7B24
Complementary color
Monochromatic Colors of #DB7B24
Black with #DB7B24
Text Example
Text Example
White with #DB7B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B24; }
p { color: rgb(219,123,36); }
H1.HeaderClassName
{
color: #DB7B24;
}
.AnyTagClassName
{
color: #DB7B24;
}
</style>
background-color css
<style>
a { background-color: #DB7B24; }
a { background-color: rgb(219,123,36); }
div.DivClassName
{
background-color: #DB7B24;
}
.BgClassName
{
background-color: #DB7B24;
}
</style>
border-color css
<style>
span { border-color: #DB7B24; }
span { border-color: rgb(219,123,36); }
td.TdClassName
{
border-color: #DB7B24;
}
.TagClassName
{
border-color: #DB7B24;
}
</style>