Shades of Tahiti Gold #DB7A24
Tints of Tahiti Gold #DB7A24
RGB
CMYK
RGB Variations
Color information
#DB7A24 (or 0xDB7A24) is known color: Tahiti Gold. HEX triplet: DB, 7A and 24. RGB value is (219,122,36). Sum of RGB (Red+Green+Blue) = 219+122+36=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A24 is #2485DB. Grayscale: #8D8D8D. Windows color (decimal): -2393564 or 2390747. OLE color: 2390747.
HSL color Cylindrical-coordinate representation of color #DB7A24: hue angle of 28.2º 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 #DB7A24 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 36 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.14 |
| HSL | 28.2º | 0.72% | 0.5% | - |
| HSV(B) | 28.2º | 0.84% | 0.86% | - |
| XYZ | 36.49 | 29.11 | 5.36 | - |
| YUV | 141.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 36 | 0 | 0.44 | 0.84 | 0.14 | 28.2 | 0.72 | 0.5 |
| Hex | DB | 7A | 24 | 0 | 2C | 54 | E | 1C | 48 | 32 |
| Octal | 333 | 172 | 44 | 0 | 54 | 124 | 16 | 34 | 110 | 62 |
| Binary | 11011011 | 1111010 | 100100 | 0 | 101100 | 1010100 | 1110 | 11100 | 1001000 | 110010 |
Color Harmonies of #DB7A24
Complementary color
Monochromatic Colors of #DB7A24
Black with #DB7A24
Text Example
Text Example
White with #DB7A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A24; }
p { color: rgb(219,122,36); }
H1.HeaderClassName
{
color: #DB7A24;
}
.AnyTagClassName
{
color: #DB7A24;
}
</style>
background-color css
<style>
a { background-color: #DB7A24; }
a { background-color: rgb(219,122,36); }
div.DivClassName
{
background-color: #DB7A24;
}
.BgClassName
{
background-color: #DB7A24;
}
</style>
border-color css
<style>
span { border-color: #DB7A24; }
span { border-color: rgb(219,122,36); }
td.TdClassName
{
border-color: #DB7A24;
}
.TagClassName
{
border-color: #DB7A24;
}
</style>