Shades of Tahiti Gold #DB7630
Tints of Tahiti Gold #DB7630
RGB
CMYK
RGB Variations
Color information
#DB7630 (or 0xDB7630) is known color: Tahiti Gold. HEX triplet: DB, 76 and 30. RGB value is (219,118,48). Sum of RGB (Red+Green+Blue) = 219+118+48=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 48 (19.14% from 255 or 12.47% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7630 is #2489CF. Grayscale: #8C8C8C. Windows color (decimal): -2394576 or 3176155. OLE color: 3176155.
HSL color Cylindrical-coordinate representation of color #DB7630: hue angle of 24.56º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7630 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 118 | 48 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.14 |
| HSL | 24.56º | 0.7% | 0.52% | - |
| HSV(B) | 24.56º | 0.78% | 0.86% | - |
| XYZ | 36.23 | 28.23 | 6.34 | - |
| YUV | 140.22 | 75.96 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 118 | 48 | 0 | 0.46 | 0.78 | 0.14 | 24.56 | 0.7 | 0.52 |
| Hex | DB | 76 | 30 | 0 | 2E | 4E | E | 19 | 46 | 34 |
| Octal | 333 | 166 | 60 | 0 | 56 | 116 | 16 | 31 | 106 | 64 |
| Binary | 11011011 | 1110110 | 110000 | 0 | 101110 | 1001110 | 1110 | 11001 | 1000110 | 110100 |
Color Harmonies of #DB7630
Complementary color
Monochromatic Colors of #DB7630
Black with #DB7630
Text Example
Text Example
White with #DB7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7630; }
p { color: rgb(219,118,48); }
H1.HeaderClassName
{
color: #DB7630;
}
.AnyTagClassName
{
color: #DB7630;
}
</style>
background-color css
<style>
a { background-color: #DB7630; }
a { background-color: rgb(219,118,48); }
div.DivClassName
{
background-color: #DB7630;
}
.BgClassName
{
background-color: #DB7630;
}
</style>
border-color css
<style>
span { border-color: #DB7630; }
span { border-color: rgb(219,118,48); }
td.TdClassName
{
border-color: #DB7630;
}
.TagClassName
{
border-color: #DB7630;
}
</style>