Shades of Tahiti Gold #DB712B
Tints of Tahiti Gold #DB712B
RGB
CMYK
RGB Variations
Color information
#DB712B (or 0xDB712B) is known color: Tahiti Gold. HEX triplet: DB, 71 and 2B. RGB value is (219,113,43). Sum of RGB (Red+Green+Blue) = 219+113+43=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 43 (17.19% from 255 or 11.47% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB712B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB712B is #248ED4. Grayscale: #898989. Windows color (decimal): -2395861 or 2847195. OLE color: 2847195.
HSL color Cylindrical-coordinate representation of color #DB712B: hue angle of 23.86º 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 #DB712B is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 43 | - |
| CMYK | 0 | 0.48 | 0.80 | 0.14 |
| HSL | 23.86º | 0.71% | 0.51% | - |
| HSV(B) | 23.86º | 0.8% | 0.86% | - |
| XYZ | 35.55 | 27.04 | 5.63 | - |
| YUV | 136.71 | 75.12 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 43 | 0 | 0.48 | 0.80 | 0.14 | 23.86 | 0.71 | 0.51 |
| Hex | DB | 71 | 2B | 0 | 30 | 50 | E | 18 | 47 | 33 |
| Octal | 333 | 161 | 53 | 0 | 60 | 120 | 16 | 30 | 107 | 63 |
| Binary | 11011011 | 1110001 | 101011 | 0 | 110000 | 1010000 | 1110 | 11000 | 1000111 | 110011 |
Color Harmonies of #DB712B
Complementary color
Monochromatic Colors of #DB712B
Black with #DB712B
Text Example
Text Example
White with #DB712B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB712B; }
p { color: rgb(219,113,43); }
H1.HeaderClassName
{
color: #DB712B;
}
.AnyTagClassName
{
color: #DB712B;
}
</style>
background-color css
<style>
a { background-color: #DB712B; }
a { background-color: rgb(219,113,43); }
div.DivClassName
{
background-color: #DB712B;
}
.BgClassName
{
background-color: #DB712B;
}
</style>
border-color css
<style>
span { border-color: #DB712B; }
span { border-color: rgb(219,113,43); }
td.TdClassName
{
border-color: #DB712B;
}
.TagClassName
{
border-color: #DB712B;
}
</style>