Shades of Tahiti Gold #D87625
Tints of Tahiti Gold #D87625
RGB
CMYK
RGB Variations
Color information
#D87625 (or 0xD87625) is known color: Tahiti Gold. HEX triplet: D8, 76 and 25. RGB value is (216,118,37). Sum of RGB (Red+Green+Blue) = 216+118+37=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D87625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87625 is #2789DA. Grayscale: #8A8A8A. Windows color (decimal): -2591195 or 2455256. OLE color: 2455256.
HSL color Cylindrical-coordinate representation of color #D87625: hue angle of 27.15º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D87625 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 118 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.15 |
| HSL | 27.15º | 0.71% | 0.5% | - |
| HSV(B) | 27.15º | 0.83% | 0.85% | - |
| XYZ | 35.13 | 27.69 | 5.24 | - |
| YUV | 138.07 | 70.97 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 118 | 37 | 0 | 0.45 | 0.83 | 0.15 | 27.15 | 0.71 | 0.5 |
| Hex | D8 | 76 | 25 | 0 | 2D | 53 | F | 1B | 47 | 32 |
| Octal | 330 | 166 | 45 | 0 | 55 | 123 | 17 | 33 | 107 | 62 |
| Binary | 11011000 | 1110110 | 100101 | 0 | 101101 | 1010011 | 1111 | 11011 | 1000111 | 110010 |
Color Harmonies of #D87625
Complementary color
Monochromatic Colors of #D87625
Black with #D87625
Text Example
Text Example
White with #D87625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87625; }
p { color: rgb(216,118,37); }
H1.HeaderClassName
{
color: #D87625;
}
.AnyTagClassName
{
color: #D87625;
}
</style>
background-color css
<style>
a { background-color: #D87625; }
a { background-color: rgb(216,118,37); }
div.DivClassName
{
background-color: #D87625;
}
.BgClassName
{
background-color: #D87625;
}
</style>
border-color css
<style>
span { border-color: #D87625; }
span { border-color: rgb(216,118,37); }
td.TdClassName
{
border-color: #D87625;
}
.TagClassName
{
border-color: #D87625;
}
</style>