Shades of Tahiti Gold #DB7A2A
Tints of Tahiti Gold #DB7A2A
RGB
CMYK
RGB Variations
Color information
#DB7A2A (or 0xDB7A2A) is known color: Tahiti Gold. HEX triplet: DB, 7A and 2A. RGB value is (219,122,42). Sum of RGB (Red+Green+Blue) = 219+122+42=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A2A is #2485D5. Grayscale: #8E8E8E. Windows color (decimal): -2393558 or 2783963. OLE color: 2783963.
HSL color Cylindrical-coordinate representation of color #DB7A2A: hue angle of 27.12º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB7A2A is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 42 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.14 |
| HSL | 27.12º | 0.71% | 0.51% | - |
| HSV(B) | 27.12º | 0.81% | 0.86% | - |
| XYZ | 36.59 | 29.15 | 5.89 | - |
| YUV | 141.88 | 71.64 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 42 | 0 | 0.44 | 0.81 | 0.14 | 27.12 | 0.71 | 0.51 |
| Hex | DB | 7A | 2A | 0 | 2C | 51 | E | 1B | 47 | 33 |
| Octal | 333 | 172 | 52 | 0 | 54 | 121 | 16 | 33 | 107 | 63 |
| Binary | 11011011 | 1111010 | 101010 | 0 | 101100 | 1010001 | 1110 | 11011 | 1000111 | 110011 |
Color Harmonies of #DB7A2A
Complementary color
Monochromatic Colors of #DB7A2A
Black with #DB7A2A
Text Example
Text Example
White with #DB7A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A2A; }
p { color: rgb(219,122,42); }
H1.HeaderClassName
{
color: #DB7A2A;
}
.AnyTagClassName
{
color: #DB7A2A;
}
</style>
background-color css
<style>
a { background-color: #DB7A2A; }
a { background-color: rgb(219,122,42); }
div.DivClassName
{
background-color: #DB7A2A;
}
.BgClassName
{
background-color: #DB7A2A;
}
</style>
border-color css
<style>
span { border-color: #DB7A2A; }
span { border-color: rgb(219,122,42); }
td.TdClassName
{
border-color: #DB7A2A;
}
.TagClassName
{
border-color: #DB7A2A;
}
</style>