Shades of Tahiti Gold #DB7231
Tints of Tahiti Gold #DB7231
RGB
CMYK
RGB Variations
Color information
#DB7231 (or 0xDB7231) is known color: Tahiti Gold. HEX triplet: DB, 72 and 31. RGB value is (219,114,49). Sum of RGB (Red+Green+Blue) = 219+114+49=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 49 (19.53% from 255 or 12.83% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7231 is #248DCE. Grayscale: #8A8A8A. Windows color (decimal): -2395599 or 3240667. OLE color: 3240667.
HSL color Cylindrical-coordinate representation of color #DB7231: hue angle of 22.94º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB7231 is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 49 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.14 |
| HSL | 22.94º | 0.7% | 0.53% | - |
| HSV(B) | 22.94º | 0.78% | 0.86% | - |
| XYZ | 35.79 | 27.32 | 6.29 | - |
| YUV | 137.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 49 | 0 | 0.48 | 0.78 | 0.14 | 22.94 | 0.7 | 0.53 |
| Hex | DB | 72 | 31 | 0 | 30 | 4E | E | 17 | 46 | 35 |
| Octal | 333 | 162 | 61 | 0 | 60 | 116 | 16 | 27 | 106 | 65 |
| Binary | 11011011 | 1110010 | 110001 | 0 | 110000 | 1001110 | 1110 | 10111 | 1000110 | 110101 |
Color Harmonies of #DB7231
Complementary color
Monochromatic Colors of #DB7231
Black with #DB7231
Text Example
Text Example
White with #DB7231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7231; }
p { color: rgb(219,114,49); }
H1.HeaderClassName
{
color: #DB7231;
}
.AnyTagClassName
{
color: #DB7231;
}
</style>
background-color css
<style>
a { background-color: #DB7231; }
a { background-color: rgb(219,114,49); }
div.DivClassName
{
background-color: #DB7231;
}
.BgClassName
{
background-color: #DB7231;
}
</style>
border-color css
<style>
span { border-color: #DB7231; }
span { border-color: rgb(219,114,49); }
td.TdClassName
{
border-color: #DB7231;
}
.TagClassName
{
border-color: #DB7231;
}
</style>