Shades of Tahiti Gold #DB7622
Tints of Tahiti Gold #DB7622
RGB
CMYK
RGB Variations
Color information
#DB7622 (or 0xDB7622) is known color: Tahiti Gold. HEX triplet: DB, 76 and 22. RGB value is (219,118,34). Sum of RGB (Red+Green+Blue) = 219+118+34=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7622 is #2489DD. Grayscale: #8B8B8B. Windows color (decimal): -2394590 or 2258651. OLE color: 2258651.
HSL color Cylindrical-coordinate representation of color #DB7622: hue angle of 27.24º 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 #DB7622 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 34 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.14 |
| HSL | 27.24º | 0.73% | 0.5% | - |
| HSV(B) | 27.24º | 0.84% | 0.86% | - |
| XYZ | 35.98 | 28.13 | 5.05 | - |
| YUV | 138.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 34 | 0 | 0.46 | 0.84 | 0.14 | 27.24 | 0.73 | 0.5 |
| Hex | DB | 76 | 22 | 0 | 2E | 54 | E | 1B | 49 | 32 |
| Octal | 333 | 166 | 42 | 0 | 56 | 124 | 16 | 33 | 111 | 62 |
| Binary | 11011011 | 1110110 | 100010 | 0 | 101110 | 1010100 | 1110 | 11011 | 1001001 | 110010 |
Color Harmonies of #DB7622
Complementary color
Monochromatic Colors of #DB7622
Black with #DB7622
Text Example
Text Example
White with #DB7622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7622; }
p { color: rgb(219,118,34); }
H1.HeaderClassName
{
color: #DB7622;
}
.AnyTagClassName
{
color: #DB7622;
}
</style>
background-color css
<style>
a { background-color: #DB7622; }
a { background-color: rgb(219,118,34); }
div.DivClassName
{
background-color: #DB7622;
}
.BgClassName
{
background-color: #DB7622;
}
</style>
border-color css
<style>
span { border-color: #DB7622; }
span { border-color: rgb(219,118,34); }
td.TdClassName
{
border-color: #DB7622;
}
.TagClassName
{
border-color: #DB7622;
}
</style>