Shades of Tahiti Gold #DB712E
Tints of Tahiti Gold #DB712E
RGB
CMYK
RGB Variations
Color information
#DB712E (or 0xDB712E) is known color: Tahiti Gold. HEX triplet: DB, 71 and 2E. RGB value is (219,113,46). Sum of RGB (Red+Green+Blue) = 219+113+46=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB712E is #248ED1. Grayscale: #898989. Windows color (decimal): -2395858 or 3043803. OLE color: 3043803.
HSL color Cylindrical-coordinate representation of color #DB712E: hue angle of 23.24º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB712E is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 46 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.14 |
| HSL | 23.24º | 0.71% | 0.52% | - |
| HSV(B) | 23.24º | 0.79% | 0.86% | - |
| XYZ | 35.61 | 27.07 | 5.93 | - |
| YUV | 137.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 46 | 0 | 0.48 | 0.79 | 0.14 | 23.24 | 0.71 | 0.52 |
| Hex | DB | 71 | 2E | 0 | 30 | 4F | E | 17 | 47 | 34 |
| Octal | 333 | 161 | 56 | 0 | 60 | 117 | 16 | 27 | 107 | 64 |
| Binary | 11011011 | 1110001 | 101110 | 0 | 110000 | 1001111 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DB712E
Complementary color
Monochromatic Colors of #DB712E
Black with #DB712E
Text Example
Text Example
White with #DB712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB712E; }
p { color: rgb(219,113,46); }
H1.HeaderClassName
{
color: #DB712E;
}
.AnyTagClassName
{
color: #DB712E;
}
</style>
background-color css
<style>
a { background-color: #DB712E; }
a { background-color: rgb(219,113,46); }
div.DivClassName
{
background-color: #DB712E;
}
.BgClassName
{
background-color: #DB712E;
}
</style>
border-color css
<style>
span { border-color: #DB712E; }
span { border-color: rgb(219,113,46); }
td.TdClassName
{
border-color: #DB712E;
}
.TagClassName
{
border-color: #DB712E;
}
</style>