Shades of Tahiti Gold #DB712D
Tints of Tahiti Gold #DB712D
RGB
CMYK
RGB Variations
Color information
#DB712D (or 0xDB712D) is known color: Tahiti Gold. HEX triplet: DB, 71 and 2D. RGB value is (219,113,45). Sum of RGB (Red+Green+Blue) = 219+113+45=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 45 (17.97% from 255 or 11.94% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB712D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB712D is #248ED2. Grayscale: #898989. Windows color (decimal): -2395859 or 2978267. OLE color: 2978267.
HSL color Cylindrical-coordinate representation of color #DB712D: hue angle of 23.45º 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 #DB712D is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 45 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.14 |
| HSL | 23.45º | 0.71% | 0.52% | - |
| HSV(B) | 23.45º | 0.79% | 0.86% | - |
| XYZ | 35.59 | 27.06 | 5.83 | - |
| YUV | 136.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 45 | 0 | 0.48 | 0.79 | 0.14 | 23.45 | 0.71 | 0.52 |
| Hex | DB | 71 | 2D | 0 | 30 | 4F | E | 17 | 47 | 34 |
| Octal | 333 | 161 | 55 | 0 | 60 | 117 | 16 | 27 | 107 | 64 |
| Binary | 11011011 | 1110001 | 101101 | 0 | 110000 | 1001111 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DB712D
Complementary color
Monochromatic Colors of #DB712D
Black with #DB712D
Text Example
Text Example
White with #DB712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB712D; }
p { color: rgb(219,113,45); }
H1.HeaderClassName
{
color: #DB712D;
}
.AnyTagClassName
{
color: #DB712D;
}
</style>
background-color css
<style>
a { background-color: #DB712D; }
a { background-color: rgb(219,113,45); }
div.DivClassName
{
background-color: #DB712D;
}
.BgClassName
{
background-color: #DB712D;
}
</style>
border-color css
<style>
span { border-color: #DB712D; }
span { border-color: rgb(219,113,45); }
td.TdClassName
{
border-color: #DB712D;
}
.TagClassName
{
border-color: #DB712D;
}
</style>