Shades of Tahiti Gold #DB7432
Tints of Tahiti Gold #DB7432
RGB
CMYK
RGB Variations
Color information
#DB7432 (or 0xDB7432) is known color: Tahiti Gold. HEX triplet: DB, 74 and 32. RGB value is (219,116,50). Sum of RGB (Red+Green+Blue) = 219+116+50=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 50 (19.92% from 255 or 12.99% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB7432 is #248BCD. Grayscale: #8B8B8B. Windows color (decimal): -2395086 or 3306715. OLE color: 3306715.
HSL color Cylindrical-coordinate representation of color #DB7432: hue angle of 23.43º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB7432 is Cyan = 0, Magento = 0.47, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 50 | - |
| CMYK | 0 | 0.47 | 0.77 | 0.14 |
| HSL | 23.43º | 0.7% | 0.53% | - |
| HSV(B) | 23.43º | 0.77% | 0.86% | - |
| XYZ | 36.03 | 27.78 | 6.48 | - |
| YUV | 139.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 50 | 0 | 0.47 | 0.77 | 0.14 | 23.43 | 0.7 | 0.53 |
| Hex | DB | 74 | 32 | 0 | 2F | 4D | E | 17 | 46 | 35 |
| Octal | 333 | 164 | 62 | 0 | 57 | 115 | 16 | 27 | 106 | 65 |
| Binary | 11011011 | 1110100 | 110010 | 0 | 101111 | 1001101 | 1110 | 10111 | 1000110 | 110101 |
Color Harmonies of #DB7432
Complementary color
Monochromatic Colors of #DB7432
Black with #DB7432
Text Example
Text Example
White with #DB7432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7432; }
p { color: rgb(219,116,50); }
H1.HeaderClassName
{
color: #DB7432;
}
.AnyTagClassName
{
color: #DB7432;
}
</style>
background-color css
<style>
a { background-color: #DB7432; }
a { background-color: rgb(219,116,50); }
div.DivClassName
{
background-color: #DB7432;
}
.BgClassName
{
background-color: #DB7432;
}
</style>
border-color css
<style>
span { border-color: #DB7432; }
span { border-color: rgb(219,116,50); }
td.TdClassName
{
border-color: #DB7432;
}
.TagClassName
{
border-color: #DB7432;
}
</style>