Shades of Tahiti Gold #DB7B2B
Tints of Tahiti Gold #DB7B2B
RGB
CMYK
RGB Variations
Color information
#DB7B2B (or 0xDB7B2B) is known color: Tahiti Gold. HEX triplet: DB, 7B and 2B. RGB value is (219,123,43). Sum of RGB (Red+Green+Blue) = 219+123+43=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 43 (17.19% from 255 or 11.17% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7B2B is #2484D4. Grayscale: #8E8E8E. Windows color (decimal): -2393301 or 2849755. OLE color: 2849755.
HSL color Cylindrical-coordinate representation of color #DB7B2B: hue angle of 27.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB7B2B is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 43 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.14 |
| HSL | 27.27º | 0.71% | 0.51% | - |
| HSV(B) | 27.27º | 0.8% | 0.86% | - |
| XYZ | 36.73 | 29.4 | 6.02 | - |
| YUV | 142.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 43 | 0 | 0.44 | 0.80 | 0.14 | 27.27 | 0.71 | 0.51 |
| Hex | DB | 7B | 2B | 0 | 2C | 50 | E | 1B | 47 | 33 |
| Octal | 333 | 173 | 53 | 0 | 54 | 120 | 16 | 33 | 107 | 63 |
| Binary | 11011011 | 1111011 | 101011 | 0 | 101100 | 1010000 | 1110 | 11011 | 1000111 | 110011 |
Color Harmonies of #DB7B2B
Complementary color
Monochromatic Colors of #DB7B2B
Black with #DB7B2B
Text Example
Text Example
White with #DB7B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B2B; }
p { color: rgb(219,123,43); }
H1.HeaderClassName
{
color: #DB7B2B;
}
.AnyTagClassName
{
color: #DB7B2B;
}
</style>
background-color css
<style>
a { background-color: #DB7B2B; }
a { background-color: rgb(219,123,43); }
div.DivClassName
{
background-color: #DB7B2B;
}
.BgClassName
{
background-color: #DB7B2B;
}
</style>
border-color css
<style>
span { border-color: #DB7B2B; }
span { border-color: rgb(219,123,43); }
td.TdClassName
{
border-color: #DB7B2B;
}
.TagClassName
{
border-color: #DB7B2B;
}
</style>