Shades of Tahiti Gold #DB7426
Tints of Tahiti Gold #DB7426
RGB
CMYK
RGB Variations
Color information
#DB7426 (or 0xDB7426) is known color: Tahiti Gold. HEX triplet: DB, 74 and 26. RGB value is (219,116,38). Sum of RGB (Red+Green+Blue) = 219+116+38=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7426 is #248BD9. Grayscale: #8A8A8A. Windows color (decimal): -2395098 or 2520283. OLE color: 2520283.
HSL color Cylindrical-coordinate representation of color #DB7426: hue angle of 25.86º 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 #DB7426 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 38 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.14 |
| HSL | 25.86º | 0.72% | 0.5% | - |
| HSV(B) | 25.86º | 0.83% | 0.86% | - |
| XYZ | 35.81 | 27.69 | 5.29 | - |
| YUV | 137.91 | 71.62 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 38 | 0 | 0.47 | 0.83 | 0.14 | 25.86 | 0.72 | 0.5 |
| Hex | DB | 74 | 26 | 0 | 2F | 53 | E | 1A | 48 | 32 |
| Octal | 333 | 164 | 46 | 0 | 57 | 123 | 16 | 32 | 110 | 62 |
| Binary | 11011011 | 1110100 | 100110 | 0 | 101111 | 1010011 | 1110 | 11010 | 1001000 | 110010 |
Color Harmonies of #DB7426
Complementary color
Monochromatic Colors of #DB7426
Black with #DB7426
Text Example
Text Example
White with #DB7426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7426; }
p { color: rgb(219,116,38); }
H1.HeaderClassName
{
color: #DB7426;
}
.AnyTagClassName
{
color: #DB7426;
}
</style>
background-color css
<style>
a { background-color: #DB7426; }
a { background-color: rgb(219,116,38); }
div.DivClassName
{
background-color: #DB7426;
}
.BgClassName
{
background-color: #DB7426;
}
</style>
border-color css
<style>
span { border-color: #DB7426; }
span { border-color: rgb(219,116,38); }
td.TdClassName
{
border-color: #DB7426;
}
.TagClassName
{
border-color: #DB7426;
}
</style>