Shades of Tahiti Gold #DB7925
Tints of Tahiti Gold #DB7925
RGB
CMYK
RGB Variations
Color information
#DB7925 (or 0xDB7925) is known color: Tahiti Gold. HEX triplet: DB, 79 and 25. RGB value is (219,121,37). Sum of RGB (Red+Green+Blue) = 219+121+37=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 37 (14.84% from 255 or 9.81% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7925 is #2486DA. Grayscale: #8D8D8D. Windows color (decimal): -2393819 or 2456027. OLE color: 2456027.
HSL color Cylindrical-coordinate representation of color #DB7925: hue angle of 27.69º 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 #DB7925 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 121 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.14 |
| HSL | 27.69º | 0.72% | 0.5% | - |
| HSV(B) | 27.69º | 0.83% | 0.86% | - |
| XYZ | 36.38 | 28.87 | 5.4 | - |
| YUV | 140.73 | 69.47 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 121 | 37 | 0 | 0.45 | 0.83 | 0.14 | 27.69 | 0.72 | 0.5 |
| Hex | DB | 79 | 25 | 0 | 2D | 53 | E | 1C | 48 | 32 |
| Octal | 333 | 171 | 45 | 0 | 55 | 123 | 16 | 34 | 110 | 62 |
| Binary | 11011011 | 1111001 | 100101 | 0 | 101101 | 1010011 | 1110 | 11100 | 1001000 | 110010 |
Color Harmonies of #DB7925
Complementary color
Monochromatic Colors of #DB7925
Black with #DB7925
Text Example
Text Example
White with #DB7925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7925; }
p { color: rgb(219,121,37); }
H1.HeaderClassName
{
color: #DB7925;
}
.AnyTagClassName
{
color: #DB7925;
}
</style>
background-color css
<style>
a { background-color: #DB7925; }
a { background-color: rgb(219,121,37); }
div.DivClassName
{
background-color: #DB7925;
}
.BgClassName
{
background-color: #DB7925;
}
</style>
border-color css
<style>
span { border-color: #DB7925; }
span { border-color: rgb(219,121,37); }
td.TdClassName
{
border-color: #DB7925;
}
.TagClassName
{
border-color: #DB7925;
}
</style>