Shades of Tahiti Gold #DB7522
Tints of Tahiti Gold #DB7522
RGB
CMYK
RGB Variations
Color information
#DB7522 (or 0xDB7522) is known color: Tahiti Gold. HEX triplet: DB, 75 and 22. RGB value is (219,117,34). Sum of RGB (Red+Green+Blue) = 219+117+34=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 34 (13.67% from 255 or 9.19% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7522 is #248ADD. Grayscale: #8A8A8A. Windows color (decimal): -2394846 or 2258395. OLE color: 2258395.
HSL color Cylindrical-coordinate representation of color #DB7522: hue angle of 26.92º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB7522 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 117 | 34 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.14 |
| HSL | 26.92º | 0.73% | 0.5% | - |
| HSV(B) | 26.92º | 0.84% | 0.86% | - |
| XYZ | 35.86 | 27.9 | 5.01 | - |
| YUV | 138.04 | 69.29 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 117 | 34 | 0 | 0.47 | 0.84 | 0.14 | 26.92 | 0.73 | 0.5 |
| Hex | DB | 75 | 22 | 0 | 2F | 54 | E | 1B | 49 | 32 |
| Octal | 333 | 165 | 42 | 0 | 57 | 124 | 16 | 33 | 111 | 62 |
| Binary | 11011011 | 1110101 | 100010 | 0 | 101111 | 1010100 | 1110 | 11011 | 1001001 | 110010 |
Color Harmonies of #DB7522
Complementary color
Monochromatic Colors of #DB7522
Black with #DB7522
Text Example
Text Example
White with #DB7522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7522; }
p { color: rgb(219,117,34); }
H1.HeaderClassName
{
color: #DB7522;
}
.AnyTagClassName
{
color: #DB7522;
}
</style>
background-color css
<style>
a { background-color: #DB7522; }
a { background-color: rgb(219,117,34); }
div.DivClassName
{
background-color: #DB7522;
}
.BgClassName
{
background-color: #DB7522;
}
</style>
border-color css
<style>
span { border-color: #DB7522; }
span { border-color: rgb(219,117,34); }
td.TdClassName
{
border-color: #DB7522;
}
.TagClassName
{
border-color: #DB7522;
}
</style>