Shades of Tahiti Gold #DB7E25
Tints of Tahiti Gold #DB7E25
RGB
CMYK
RGB Variations
Color information
#DB7E25 (or 0xDB7E25) is known color: Tahiti Gold. HEX triplet: DB, 7E and 25. RGB value is (219,126,37). Sum of RGB (Red+Green+Blue) = 219+126+37=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 37 (14.84% from 255 or 9.69% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7E25 is #2481DA. Grayscale: #909090. Windows color (decimal): -2392539 or 2457307. OLE color: 2457307.
HSL color Cylindrical-coordinate representation of color #DB7E25: hue angle of 29.34º 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 #DB7E25 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 126 | 37 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.14 |
| HSL | 29.34º | 0.72% | 0.5% | - |
| HSV(B) | 29.34º | 0.83% | 0.86% | - |
| XYZ | 37.01 | 30.12 | 5.61 | - |
| YUV | 143.66 | 67.81 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 126 | 37 | 0 | 0.42 | 0.83 | 0.14 | 29.34 | 0.72 | 0.5 |
| Hex | DB | 7E | 25 | 0 | 2A | 53 | E | 1D | 48 | 32 |
| Octal | 333 | 176 | 45 | 0 | 52 | 123 | 16 | 35 | 110 | 62 |
| Binary | 11011011 | 1111110 | 100101 | 0 | 101010 | 1010011 | 1110 | 11101 | 1001000 | 110010 |
Color Harmonies of #DB7E25
Complementary color
Monochromatic Colors of #DB7E25
Black with #DB7E25
Text Example
Text Example
White with #DB7E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7E25; }
p { color: rgb(219,126,37); }
H1.HeaderClassName
{
color: #DB7E25;
}
.AnyTagClassName
{
color: #DB7E25;
}
</style>
background-color css
<style>
a { background-color: #DB7E25; }
a { background-color: rgb(219,126,37); }
div.DivClassName
{
background-color: #DB7E25;
}
.BgClassName
{
background-color: #DB7E25;
}
</style>
border-color css
<style>
span { border-color: #DB7E25; }
span { border-color: rgb(219,126,37); }
td.TdClassName
{
border-color: #DB7E25;
}
.TagClassName
{
border-color: #DB7E25;
}
</style>