Shades of Tahiti Gold #DB702E
Tints of Tahiti Gold #DB702E
RGB
CMYK
RGB Variations
Color information
#DB702E (or 0xDB702E) is known color: Tahiti Gold. HEX triplet: DB, 70 and 2E. RGB value is (219,112,46). Sum of RGB (Red+Green+Blue) = 219+112+46=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 46 (18.36% from 255 or 12.20% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB702E is #248FD1. Grayscale: #888888. Windows color (decimal): -2396114 or 3043547. OLE color: 3043547.
HSL color Cylindrical-coordinate representation of color #DB702E: hue angle of 22.89º 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 #DB702E is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 46 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.14 |
| HSL | 22.89º | 0.71% | 0.52% | - |
| HSV(B) | 22.89º | 0.79% | 0.86% | - |
| XYZ | 35.5 | 26.85 | 5.9 | - |
| YUV | 136.47 | 76.95 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 46 | 0 | 0.49 | 0.79 | 0.14 | 22.89 | 0.71 | 0.52 |
| Hex | DB | 70 | 2E | 0 | 31 | 4F | E | 17 | 47 | 34 |
| Octal | 333 | 160 | 56 | 0 | 61 | 117 | 16 | 27 | 107 | 64 |
| Binary | 11011011 | 1110000 | 101110 | 0 | 110001 | 1001111 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DB702E
Complementary color
Monochromatic Colors of #DB702E
Black with #DB702E
Text Example
Text Example
White with #DB702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB702E; }
p { color: rgb(219,112,46); }
H1.HeaderClassName
{
color: #DB702E;
}
.AnyTagClassName
{
color: #DB702E;
}
</style>
background-color css
<style>
a { background-color: #DB702E; }
a { background-color: rgb(219,112,46); }
div.DivClassName
{
background-color: #DB702E;
}
.BgClassName
{
background-color: #DB702E;
}
</style>
border-color css
<style>
span { border-color: #DB702E; }
span { border-color: rgb(219,112,46); }
td.TdClassName
{
border-color: #DB702E;
}
.TagClassName
{
border-color: #DB702E;
}
</style>