Shades of Tahiti Gold #D87726
Tints of Tahiti Gold #D87726
RGB
CMYK
RGB Variations
Color information
#D87726 (or 0xD87726) is known color: Tahiti Gold. HEX triplet: D8, 77 and 26. RGB value is (216,119,38). Sum of RGB (Red+Green+Blue) = 216+119+38=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 38 (15.23% from 255 or 10.19% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D87726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87726 is #2788D9. Grayscale: #8B8B8B. Windows color (decimal): -2590938 or 2521048. OLE color: 2521048.
HSL color Cylindrical-coordinate representation of color #D87726: hue angle of 27.3º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D87726 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 119 | 38 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.15 |
| HSL | 27.3º | 0.7% | 0.5% | - |
| HSV(B) | 27.3º | 0.82% | 0.85% | - |
| XYZ | 35.27 | 27.93 | 5.37 | - |
| YUV | 138.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 119 | 38 | 0 | 0.45 | 0.82 | 0.15 | 27.3 | 0.7 | 0.5 |
| Hex | D8 | 77 | 26 | 0 | 2D | 52 | F | 1B | 46 | 32 |
| Octal | 330 | 167 | 46 | 0 | 55 | 122 | 17 | 33 | 106 | 62 |
| Binary | 11011000 | 1110111 | 100110 | 0 | 101101 | 1010010 | 1111 | 11011 | 1000110 | 110010 |
Color Harmonies of #D87726
Complementary color
Monochromatic Colors of #D87726
Black with #D87726
Text Example
Text Example
White with #D87726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87726; }
p { color: rgb(216,119,38); }
H1.HeaderClassName
{
color: #D87726;
}
.AnyTagClassName
{
color: #D87726;
}
</style>
background-color css
<style>
a { background-color: #D87726; }
a { background-color: rgb(216,119,38); }
div.DivClassName
{
background-color: #D87726;
}
.BgClassName
{
background-color: #D87726;
}
</style>
border-color css
<style>
span { border-color: #D87726; }
span { border-color: rgb(216,119,38); }
td.TdClassName
{
border-color: #D87726;
}
.TagClassName
{
border-color: #D87726;
}
</style>