Shades of Tahiti Gold #D87621
Tints of Tahiti Gold #D87621
RGB
CMYK
RGB Variations
Color information
#D87621 (or 0xD87621) is known color: Tahiti Gold. HEX triplet: D8, 76 and 21. RGB value is (216,118,33). Sum of RGB (Red+Green+Blue) = 216+118+33=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D87621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87621 is #2789DE. Grayscale: #8A8A8A. Windows color (decimal): -2591199 or 2193112. OLE color: 2193112.
HSL color Cylindrical-coordinate representation of color #D87621: hue angle of 27.87º 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 #D87621 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 33 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.15 |
| HSL | 27.87º | 0.73% | 0.49% | - |
| HSV(B) | 27.87º | 0.85% | 0.85% | - |
| XYZ | 35.07 | 27.67 | 4.93 | - |
| YUV | 137.61 | 68.97 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 33 | 0 | 0.45 | 0.85 | 0.15 | 27.87 | 0.73 | 0.49 |
| Hex | D8 | 76 | 21 | 0 | 2D | 55 | F | 1C | 49 | 31 |
| Octal | 330 | 166 | 41 | 0 | 55 | 125 | 17 | 34 | 111 | 61 |
| Binary | 11011000 | 1110110 | 100001 | 0 | 101101 | 1010101 | 1111 | 11100 | 1001001 | 110001 |
Color Harmonies of #D87621
Complementary color
Monochromatic Colors of #D87621
Black with #D87621
Text Example
Text Example
White with #D87621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87621; }
p { color: rgb(216,118,33); }
H1.HeaderClassName
{
color: #D87621;
}
.AnyTagClassName
{
color: #D87621;
}
</style>
background-color css
<style>
a { background-color: #D87621; }
a { background-color: rgb(216,118,33); }
div.DivClassName
{
background-color: #D87621;
}
.BgClassName
{
background-color: #D87621;
}
</style>
border-color css
<style>
span { border-color: #D87621; }
span { border-color: rgb(216,118,33); }
td.TdClassName
{
border-color: #D87621;
}
.TagClassName
{
border-color: #D87621;
}
</style>