Shades of Tahiti Gold #DB7026
Tints of Tahiti Gold #DB7026
RGB
CMYK
RGB Variations
Color information
#DB7026 (or 0xDB7026) is known color: Tahiti Gold. HEX triplet: DB, 70 and 26. RGB value is (219,112,38). Sum of RGB (Red+Green+Blue) = 219+112+38=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7026 is #248FD9. Grayscale: #878787. Windows color (decimal): -2396122 or 2519259. OLE color: 2519259.
HSL color Cylindrical-coordinate representation of color #DB7026: hue angle of 24.53º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB7026 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 38 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.14 |
| HSL | 24.53º | 0.72% | 0.5% | - |
| HSV(B) | 24.53º | 0.83% | 0.86% | - |
| XYZ | 35.36 | 26.79 | 5.14 | - |
| YUV | 135.56 | 72.95 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 38 | 0 | 0.49 | 0.83 | 0.14 | 24.53 | 0.72 | 0.5 |
| Hex | DB | 70 | 26 | 0 | 31 | 53 | E | 19 | 48 | 32 |
| Octal | 333 | 160 | 46 | 0 | 61 | 123 | 16 | 31 | 110 | 62 |
| Binary | 11011011 | 1110000 | 100110 | 0 | 110001 | 1010011 | 1110 | 11001 | 1001000 | 110010 |
Color Harmonies of #DB7026
Complementary color
Monochromatic Colors of #DB7026
Black with #DB7026
Text Example
Text Example
White with #DB7026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7026; }
p { color: rgb(219,112,38); }
H1.HeaderClassName
{
color: #DB7026;
}
.AnyTagClassName
{
color: #DB7026;
}
</style>
background-color css
<style>
a { background-color: #DB7026; }
a { background-color: rgb(219,112,38); }
div.DivClassName
{
background-color: #DB7026;
}
.BgClassName
{
background-color: #DB7026;
}
</style>
border-color css
<style>
span { border-color: #DB7026; }
span { border-color: rgb(219,112,38); }
td.TdClassName
{
border-color: #DB7026;
}
.TagClassName
{
border-color: #DB7026;
}
</style>