Shades of Tahiti Gold #DB702D
Tints of Tahiti Gold #DB702D
RGB
CMYK
RGB Variations
Color information
#DB702D (or 0xDB702D) is known color: Tahiti Gold. HEX triplet: DB, 70 and 2D. RGB value is (219,112,45). Sum of RGB (Red+Green+Blue) = 219+112+45=376 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.24% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 219 - color contains mainly: red. Hex color #DB702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB702D is #248FD2. Grayscale: #888888. Windows color (decimal): -2396115 or 2978011. OLE color: 2978011.
HSL color Cylindrical-coordinate representation of color #DB702D: hue angle of 23.1º 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 #DB702D is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 45 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.14 |
| HSL | 23.1º | 0.71% | 0.52% | - |
| HSV(B) | 23.1º | 0.79% | 0.86% | - |
| XYZ | 35.48 | 26.84 | 5.79 | - |
| YUV | 136.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 45 | 0 | 0.49 | 0.79 | 0.14 | 23.1 | 0.71 | 0.52 |
| Hex | DB | 70 | 2D | 0 | 31 | 4F | E | 17 | 47 | 34 |
| Octal | 333 | 160 | 55 | 0 | 61 | 117 | 16 | 27 | 107 | 64 |
| Binary | 11011011 | 1110000 | 101101 | 0 | 110001 | 1001111 | 1110 | 10111 | 1000111 | 110100 |
Color Harmonies of #DB702D
Complementary color
Monochromatic Colors of #DB702D
Black with #DB702D
Text Example
Text Example
White with #DB702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB702D; }
p { color: rgb(219,112,45); }
H1.HeaderClassName
{
color: #DB702D;
}
.AnyTagClassName
{
color: #DB702D;
}
</style>
background-color css
<style>
a { background-color: #DB702D; }
a { background-color: rgb(219,112,45); }
div.DivClassName
{
background-color: #DB702D;
}
.BgClassName
{
background-color: #DB702D;
}
</style>
border-color css
<style>
span { border-color: #DB702D; }
span { border-color: rgb(219,112,45); }
td.TdClassName
{
border-color: #DB702D;
}
.TagClassName
{
border-color: #DB702D;
}
</style>