Shades of Tahiti Gold #DB712F
Tints of Tahiti Gold #DB712F
RGB
CMYK
RGB Variations
Color information
#DB712F (or 0xDB712F) is known color: Tahiti Gold. HEX triplet: DB, 71 and 2F. RGB value is (219,113,47). Sum of RGB (Red+Green+Blue) = 219+113+47=379 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.78% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 219 - color contains mainly: red. Hex color #DB712F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB712F is #248ED0. Grayscale: #898989. Windows color (decimal): -2395857 or 3109339. OLE color: 3109339.
HSL color Cylindrical-coordinate representation of color #DB712F: hue angle of 23.02º degrees, saturation: 0.7, 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 #DB712F is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 47 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.14 |
| HSL | 23.02º | 0.7% | 0.52% | - |
| HSV(B) | 23.02º | 0.79% | 0.86% | - |
| XYZ | 35.63 | 27.08 | 6.04 | - |
| YUV | 137.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 47 | 0 | 0.48 | 0.79 | 0.14 | 23.02 | 0.7 | 0.52 |
| Hex | DB | 71 | 2F | 0 | 30 | 4F | E | 17 | 46 | 34 |
| Octal | 333 | 161 | 57 | 0 | 60 | 117 | 16 | 27 | 106 | 64 |
| Binary | 11011011 | 1110001 | 101111 | 0 | 110000 | 1001111 | 1110 | 10111 | 1000110 | 110100 |
Color Harmonies of #DB712F
Complementary color
Monochromatic Colors of #DB712F
Black with #DB712F
Text Example
Text Example
White with #DB712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB712F; }
p { color: rgb(219,113,47); }
H1.HeaderClassName
{
color: #DB712F;
}
.AnyTagClassName
{
color: #DB712F;
}
</style>
background-color css
<style>
a { background-color: #DB712F; }
a { background-color: rgb(219,113,47); }
div.DivClassName
{
background-color: #DB712F;
}
.BgClassName
{
background-color: #DB712F;
}
</style>
border-color css
<style>
span { border-color: #DB712F; }
span { border-color: rgb(219,113,47); }
td.TdClassName
{
border-color: #DB712F;
}
.TagClassName
{
border-color: #DB712F;
}
</style>