Shades of Tahiti Gold #DB7C2B
Tints of Tahiti Gold #DB7C2B
RGB
CMYK
RGB Variations
Color information
#DB7C2B (or 0xDB7C2B) is known color: Tahiti Gold. HEX triplet: DB, 7C and 2B. RGB value is (219,124,43). Sum of RGB (Red+Green+Blue) = 219+124+43=386 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.74% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7C2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7C2B is #2483D4. Grayscale: #8F8F8F. Windows color (decimal): -2393045 or 2850011. OLE color: 2850011.
HSL color Cylindrical-coordinate representation of color #DB7C2B: hue angle of 27.61º 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 #DB7C2B is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 124 | 43 | - |
| CMYK | 0 | 0.43 | 0.80 | 0.14 |
| HSL | 27.61º | 0.71% | 0.51% | - |
| HSV(B) | 27.61º | 0.8% | 0.86% | - |
| XYZ | 36.86 | 29.65 | 6.07 | - |
| YUV | 143.17 | 71.47 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 124 | 43 | 0 | 0.43 | 0.80 | 0.14 | 27.61 | 0.71 | 0.51 |
| Hex | DB | 7C | 2B | 0 | 2B | 50 | E | 1C | 47 | 33 |
| Octal | 333 | 174 | 53 | 0 | 53 | 120 | 16 | 34 | 107 | 63 |
| Binary | 11011011 | 1111100 | 101011 | 0 | 101011 | 1010000 | 1110 | 11100 | 1000111 | 110011 |
Color Harmonies of #DB7C2B
Complementary color
Monochromatic Colors of #DB7C2B
Black with #DB7C2B
Text Example
Text Example
White with #DB7C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7C2B; }
p { color: rgb(219,124,43); }
H1.HeaderClassName
{
color: #DB7C2B;
}
.AnyTagClassName
{
color: #DB7C2B;
}
</style>
background-color css
<style>
a { background-color: #DB7C2B; }
a { background-color: rgb(219,124,43); }
div.DivClassName
{
background-color: #DB7C2B;
}
.BgClassName
{
background-color: #DB7C2B;
}
</style>
border-color css
<style>
span { border-color: #DB7C2B; }
span { border-color: rgb(219,124,43); }
td.TdClassName
{
border-color: #DB7C2B;
}
.TagClassName
{
border-color: #DB7C2B;
}
</style>