Shades of Tahiti Gold #DB8025
Tints of Tahiti Gold #DB8025
RGB
CMYK
RGB Variations
Color information
#DB8025 (or 0xDB8025) is known color: Tahiti Gold. HEX triplet: DB, 80 and 25. RGB value is (219,128,37). Sum of RGB (Red+Green+Blue) = 219+128+37=384 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.03% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 37 (14.84% from 255 or 9.64% from 384); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8025 is #247FDA. Grayscale: #919191. Windows color (decimal): -2392027 or 2457819. OLE color: 2457819.
HSL color Cylindrical-coordinate representation of color #DB8025: hue angle of 30º 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 #DB8025 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 128 | 37 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.14 |
| HSL | 30º | 0.72% | 0.5% | - |
| HSV(B) | 30º | 0.83% | 0.86% | - |
| XYZ | 37.27 | 30.63 | 5.7 | - |
| YUV | 144.84 | 67.15 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 128 | 37 | 0 | 0.42 | 0.83 | 0.14 | 30 | 0.72 | 0.5 |
| Hex | DB | 80 | 25 | 0 | 2A | 53 | E | 1E | 48 | 32 |
| Octal | 333 | 200 | 45 | 0 | 52 | 123 | 16 | 36 | 110 | 62 |
| Binary | 11011011 | 10000000 | 100101 | 0 | 101010 | 1010011 | 1110 | 11110 | 1001000 | 110010 |
Color Harmonies of #DB8025
Complementary color
Monochromatic Colors of #DB8025
Black with #DB8025
Text Example
Text Example
White with #DB8025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8025; }
p { color: rgb(219,128,37); }
H1.HeaderClassName
{
color: #DB8025;
}
.AnyTagClassName
{
color: #DB8025;
}
</style>
background-color css
<style>
a { background-color: #DB8025; }
a { background-color: rgb(219,128,37); }
div.DivClassName
{
background-color: #DB8025;
}
.BgClassName
{
background-color: #DB8025;
}
</style>
border-color css
<style>
span { border-color: #DB8025; }
span { border-color: rgb(219,128,37); }
td.TdClassName
{
border-color: #DB8025;
}
.TagClassName
{
border-color: #DB8025;
}
</style>