Shades of Tahiti Gold #D87321
Tints of Tahiti Gold #D87321
RGB
CMYK
RGB Variations
Color information
#D87321 (or 0xD87321) is known color: Tahiti Gold. HEX triplet: D8, 73 and 21. RGB value is (216,115,33). Sum of RGB (Red+Green+Blue) = 216+115+33=364 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.34% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 216 - color contains mainly: red. Hex color #D87321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87321 is #278CDE. Grayscale: #888888. Windows color (decimal): -2591967 or 2192344. OLE color: 2192344.
HSL color Cylindrical-coordinate representation of color #D87321: hue angle of 26.89º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D87321 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 115 | 33 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.15 |
| HSL | 26.89º | 0.73% | 0.49% | - |
| HSV(B) | 26.89º | 0.85% | 0.85% | - |
| XYZ | 34.72 | 26.97 | 4.81 | - |
| YUV | 135.85 | 69.96 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 115 | 33 | 0 | 0.47 | 0.85 | 0.15 | 26.89 | 0.73 | 0.49 |
| Hex | D8 | 73 | 21 | 0 | 2F | 55 | F | 1B | 49 | 31 |
| Octal | 330 | 163 | 41 | 0 | 57 | 125 | 17 | 33 | 111 | 61 |
| Binary | 11011000 | 1110011 | 100001 | 0 | 101111 | 1010101 | 1111 | 11011 | 1001001 | 110001 |
Color Harmonies of #D87321
Complementary color
Monochromatic Colors of #D87321
Black with #D87321
Text Example
Text Example
White with #D87321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87321; }
p { color: rgb(216,115,33); }
H1.HeaderClassName
{
color: #D87321;
}
.AnyTagClassName
{
color: #D87321;
}
</style>
background-color css
<style>
a { background-color: #D87321; }
a { background-color: rgb(216,115,33); }
div.DivClassName
{
background-color: #D87321;
}
.BgClassName
{
background-color: #D87321;
}
</style>
border-color css
<style>
span { border-color: #D87321; }
span { border-color: rgb(216,115,33); }
td.TdClassName
{
border-color: #D87321;
}
.TagClassName
{
border-color: #D87321;
}
</style>