Shades of Tahiti Gold #DB7130
Tints of Tahiti Gold #DB7130
RGB
CMYK
RGB Variations
Color information
#DB7130 (or 0xDB7130) is known color: Tahiti Gold. HEX triplet: DB, 71 and 30. RGB value is (219,113,48). Sum of RGB (Red+Green+Blue) = 219+113+48=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 48 (19.14% from 255 or 12.63% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7130 is #248ECF. Grayscale: #898989. Windows color (decimal): -2395856 or 3174875. OLE color: 3174875.
HSL color Cylindrical-coordinate representation of color #DB7130: hue angle of 22.81º 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 #DB7130 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 113 | 48 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.14 |
| HSL | 22.81º | 0.7% | 0.52% | - |
| HSV(B) | 22.81º | 0.78% | 0.86% | - |
| XYZ | 35.65 | 27.08 | 6.14 | - |
| YUV | 137.28 | 77.62 | 186.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 113 | 48 | 0 | 0.48 | 0.78 | 0.14 | 22.81 | 0.7 | 0.52 |
| Hex | DB | 71 | 30 | 0 | 30 | 4E | E | 17 | 46 | 34 |
| Octal | 333 | 161 | 60 | 0 | 60 | 116 | 16 | 27 | 106 | 64 |
| Binary | 11011011 | 1110001 | 110000 | 0 | 110000 | 1001110 | 1110 | 10111 | 1000110 | 110100 |
Color Harmonies of #DB7130
Complementary color
Monochromatic Colors of #DB7130
Black with #DB7130
Text Example
Text Example
White with #DB7130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7130; }
p { color: rgb(219,113,48); }
H1.HeaderClassName
{
color: #DB7130;
}
.AnyTagClassName
{
color: #DB7130;
}
</style>
background-color css
<style>
a { background-color: #DB7130; }
a { background-color: rgb(219,113,48); }
div.DivClassName
{
background-color: #DB7130;
}
.BgClassName
{
background-color: #DB7130;
}
</style>
border-color css
<style>
span { border-color: #DB7130; }
span { border-color: rgb(219,113,48); }
td.TdClassName
{
border-color: #DB7130;
}
.TagClassName
{
border-color: #DB7130;
}
</style>