Shades of Tahiti Gold #DB7625
Tints of Tahiti Gold #DB7625
RGB
CMYK
RGB Variations
Color information
#DB7625 (or 0xDB7625) is known color: Tahiti Gold. HEX triplet: DB, 76 and 25. RGB value is (219,118,37). Sum of RGB (Red+Green+Blue) = 219+118+37=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 37 (14.84% from 255 or 9.89% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7625 is #2489DA. Grayscale: #8B8B8B. Windows color (decimal): -2394587 or 2455259. OLE color: 2455259.
HSL color Cylindrical-coordinate representation of color #DB7625: hue angle of 26.7º 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 #DB7625 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 37 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.14 |
| HSL | 26.7º | 0.72% | 0.5% | - |
| HSV(B) | 26.7º | 0.83% | 0.86% | - |
| XYZ | 36.03 | 28.15 | 5.29 | - |
| YUV | 138.97 | 70.46 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 37 | 0 | 0.46 | 0.83 | 0.14 | 26.7 | 0.72 | 0.5 |
| Hex | DB | 76 | 25 | 0 | 2E | 53 | E | 1B | 48 | 32 |
| Octal | 333 | 166 | 45 | 0 | 56 | 123 | 16 | 33 | 110 | 62 |
| Binary | 11011011 | 1110110 | 100101 | 0 | 101110 | 1010011 | 1110 | 11011 | 1001000 | 110010 |
Color Harmonies of #DB7625
Complementary color
Monochromatic Colors of #DB7625
Black with #DB7625
Text Example
Text Example
White with #DB7625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7625; }
p { color: rgb(219,118,37); }
H1.HeaderClassName
{
color: #DB7625;
}
.AnyTagClassName
{
color: #DB7625;
}
</style>
background-color css
<style>
a { background-color: #DB7625; }
a { background-color: rgb(219,118,37); }
div.DivClassName
{
background-color: #DB7625;
}
.BgClassName
{
background-color: #DB7625;
}
</style>
border-color css
<style>
span { border-color: #DB7625; }
span { border-color: rgb(219,118,37); }
td.TdClassName
{
border-color: #DB7625;
}
.TagClassName
{
border-color: #DB7625;
}
</style>