Shades of Tahiti Gold #DB7330
Tints of Tahiti Gold #DB7330
RGB
CMYK
RGB Variations
Color information
#DB7330 (or 0xDB7330) is known color: Tahiti Gold. HEX triplet: DB, 73 and 30. RGB value is (219,115,48). Sum of RGB (Red+Green+Blue) = 219+115+48=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7330 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7330 is #248CCF. Grayscale: #8A8A8A. Windows color (decimal): -2395344 or 3175387. OLE color: 3175387.
HSL color Cylindrical-coordinate representation of color #DB7330: hue angle of 23.51º 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 #DB7330 is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 48 | - |
| CMYK | 0 | 0.47 | 0.78 | 0.14 |
| HSL | 23.51º | 0.7% | 0.52% | - |
| HSV(B) | 23.51º | 0.78% | 0.86% | - |
| XYZ | 35.88 | 27.53 | 6.22 | - |
| YUV | 138.46 | 76.96 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 48 | 0 | 0.47 | 0.78 | 0.14 | 23.51 | 0.7 | 0.52 |
| Hex | DB | 73 | 30 | 0 | 2F | 4E | E | 18 | 46 | 34 |
| Octal | 333 | 163 | 60 | 0 | 57 | 116 | 16 | 30 | 106 | 64 |
| Binary | 11011011 | 1110011 | 110000 | 0 | 101111 | 1001110 | 1110 | 11000 | 1000110 | 110100 |
Color Harmonies of #DB7330
Complementary color
Monochromatic Colors of #DB7330
Black with #DB7330
Text Example
Text Example
White with #DB7330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7330; }
p { color: rgb(219,115,48); }
H1.HeaderClassName
{
color: #DB7330;
}
.AnyTagClassName
{
color: #DB7330;
}
</style>
background-color css
<style>
a { background-color: #DB7330; }
a { background-color: rgb(219,115,48); }
div.DivClassName
{
background-color: #DB7330;
}
.BgClassName
{
background-color: #DB7330;
}
</style>
border-color css
<style>
span { border-color: #DB7330; }
span { border-color: rgb(219,115,48); }
td.TdClassName
{
border-color: #DB7330;
}
.TagClassName
{
border-color: #DB7330;
}
</style>