Shades of Tahiti Gold #DB7A2C
Tints of Tahiti Gold #DB7A2C
RGB
CMYK
RGB Variations
Color information
#DB7A2C (or 0xDB7A2C) is known color: Tahiti Gold. HEX triplet: DB, 7A and 2C. RGB value is (219,122,44). Sum of RGB (Red+Green+Blue) = 219+122+44=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7A2C is #2485D3. Grayscale: #8E8E8E. Windows color (decimal): -2393556 or 2915035. OLE color: 2915035.
HSL color Cylindrical-coordinate representation of color #DB7A2C: hue angle of 26.74º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB7A2C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 122 | 44 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.14 |
| HSL | 26.74º | 0.71% | 0.52% | - |
| HSV(B) | 26.74º | 0.8% | 0.86% | - |
| XYZ | 36.63 | 29.16 | 6.08 | - |
| YUV | 142.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 122 | 44 | 0 | 0.44 | 0.80 | 0.14 | 26.74 | 0.71 | 0.52 |
| Hex | DB | 7A | 2C | 0 | 2C | 50 | E | 1B | 47 | 34 |
| Octal | 333 | 172 | 54 | 0 | 54 | 120 | 16 | 33 | 107 | 64 |
| Binary | 11011011 | 1111010 | 101100 | 0 | 101100 | 1010000 | 1110 | 11011 | 1000111 | 110100 |
Color Harmonies of #DB7A2C
Complementary color
Monochromatic Colors of #DB7A2C
Black with #DB7A2C
Text Example
Text Example
White with #DB7A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7A2C; }
p { color: rgb(219,122,44); }
H1.HeaderClassName
{
color: #DB7A2C;
}
.AnyTagClassName
{
color: #DB7A2C;
}
</style>
background-color css
<style>
a { background-color: #DB7A2C; }
a { background-color: rgb(219,122,44); }
div.DivClassName
{
background-color: #DB7A2C;
}
.BgClassName
{
background-color: #DB7A2C;
}
</style>
border-color css
<style>
span { border-color: #DB7A2C; }
span { border-color: rgb(219,122,44); }
td.TdClassName
{
border-color: #DB7A2C;
}
.TagClassName
{
border-color: #DB7A2C;
}
</style>