Shades of Tahiti Gold #DB7526
Tints of Tahiti Gold #DB7526
RGB
CMYK
RGB Variations
Color information
#DB7526 (or 0xDB7526) is known color: Tahiti Gold. HEX triplet: DB, 75 and 26. RGB value is (219,117,38). Sum of RGB (Red+Green+Blue) = 219+117+38=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 38 (15.23% from 255 or 10.16% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7526 is #248AD9. Grayscale: #8A8A8A. Windows color (decimal): -2394842 or 2520539. OLE color: 2520539.
HSL color Cylindrical-coordinate representation of color #DB7526: hue angle of 26.19º 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 #DB7526 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 38 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.14 |
| HSL | 26.19º | 0.72% | 0.5% | - |
| HSV(B) | 26.19º | 0.83% | 0.86% | - |
| XYZ | 35.92 | 27.92 | 5.33 | - |
| YUV | 138.49 | 71.29 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 38 | 0 | 0.47 | 0.83 | 0.14 | 26.19 | 0.72 | 0.5 |
| Hex | DB | 75 | 26 | 0 | 2F | 53 | E | 1A | 48 | 32 |
| Octal | 333 | 165 | 46 | 0 | 57 | 123 | 16 | 32 | 110 | 62 |
| Binary | 11011011 | 1110101 | 100110 | 0 | 101111 | 1010011 | 1110 | 11010 | 1001000 | 110010 |
Color Harmonies of #DB7526
Complementary color
Monochromatic Colors of #DB7526
Black with #DB7526
Text Example
Text Example
White with #DB7526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7526; }
p { color: rgb(219,117,38); }
H1.HeaderClassName
{
color: #DB7526;
}
.AnyTagClassName
{
color: #DB7526;
}
</style>
background-color css
<style>
a { background-color: #DB7526; }
a { background-color: rgb(219,117,38); }
div.DivClassName
{
background-color: #DB7526;
}
.BgClassName
{
background-color: #DB7526;
}
</style>
border-color css
<style>
span { border-color: #DB7526; }
span { border-color: rgb(219,117,38); }
td.TdClassName
{
border-color: #DB7526;
}
.TagClassName
{
border-color: #DB7526;
}
</style>