Shades of Tahiti Gold #DB7629
Tints of Tahiti Gold #DB7629
RGB
CMYK
RGB Variations
Color information
#DB7629 (or 0xDB7629) is known color: Tahiti Gold. HEX triplet: DB, 76 and 29. RGB value is (219,118,41). Sum of RGB (Red+Green+Blue) = 219+118+41=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 41 (16.41% from 255 or 10.85% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7629 is #2489D6. Grayscale: #8B8B8B. Windows color (decimal): -2394583 or 2717403. OLE color: 2717403.
HSL color Cylindrical-coordinate representation of color #DB7629: hue angle of 25.96º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB7629 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 41 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.14 |
| HSL | 25.96º | 0.71% | 0.51% | - |
| HSV(B) | 25.96º | 0.81% | 0.86% | - |
| XYZ | 36.09 | 28.18 | 5.63 | - |
| YUV | 139.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 41 | 0 | 0.46 | 0.81 | 0.14 | 25.96 | 0.71 | 0.51 |
| Hex | DB | 76 | 29 | 0 | 2E | 51 | E | 1A | 47 | 33 |
| Octal | 333 | 166 | 51 | 0 | 56 | 121 | 16 | 32 | 107 | 63 |
| Binary | 11011011 | 1110110 | 101001 | 0 | 101110 | 1010001 | 1110 | 11010 | 1000111 | 110011 |
Color Harmonies of #DB7629
Complementary color
Monochromatic Colors of #DB7629
Black with #DB7629
Text Example
Text Example
White with #DB7629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7629; }
p { color: rgb(219,118,41); }
H1.HeaderClassName
{
color: #DB7629;
}
.AnyTagClassName
{
color: #DB7629;
}
</style>
background-color css
<style>
a { background-color: #DB7629; }
a { background-color: rgb(219,118,41); }
div.DivClassName
{
background-color: #DB7629;
}
.BgClassName
{
background-color: #DB7629;
}
</style>
border-color css
<style>
span { border-color: #DB7629; }
span { border-color: rgb(219,118,41); }
td.TdClassName
{
border-color: #DB7629;
}
.TagClassName
{
border-color: #DB7629;
}
</style>