Shades of Tahiti Gold #D87A2E
Tints of Tahiti Gold #D87A2E
RGB
CMYK
RGB Variations
Color information
#D87A2E (or 0xD87A2E) is known color: Tahiti Gold. HEX triplet: D8, 7A and 2E. RGB value is (216,122,46). Sum of RGB (Red+Green+Blue) = 216+122+46=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D87A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87A2E is #2785D1. Grayscale: #8D8D8D. Windows color (decimal): -2590162 or 3046104. OLE color: 3046104.
HSL color Cylindrical-coordinate representation of color #D87A2E: hue angle of 26.82º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D87A2E is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 122 | 46 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.15 |
| HSL | 26.82º | 0.69% | 0.51% | - |
| HSV(B) | 26.82º | 0.79% | 0.85% | - |
| XYZ | 35.77 | 28.72 | 6.24 | - |
| YUV | 141.44 | 74.14 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 122 | 46 | 0 | 0.44 | 0.79 | 0.15 | 26.82 | 0.69 | 0.51 |
| Hex | D8 | 7A | 2E | 0 | 2C | 4F | F | 1B | 45 | 33 |
| Octal | 330 | 172 | 56 | 0 | 54 | 117 | 17 | 33 | 105 | 63 |
| Binary | 11011000 | 1111010 | 101110 | 0 | 101100 | 1001111 | 1111 | 11011 | 1000101 | 110011 |
Color Harmonies of #D87A2E
Complementary color
Monochromatic Colors of #D87A2E
Black with #D87A2E
Text Example
Text Example
White with #D87A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87A2E; }
p { color: rgb(216,122,46); }
H1.HeaderClassName
{
color: #D87A2E;
}
.AnyTagClassName
{
color: #D87A2E;
}
</style>
background-color css
<style>
a { background-color: #D87A2E; }
a { background-color: rgb(216,122,46); }
div.DivClassName
{
background-color: #D87A2E;
}
.BgClassName
{
background-color: #D87A2E;
}
</style>
border-color css
<style>
span { border-color: #D87A2E; }
span { border-color: rgb(216,122,46); }
td.TdClassName
{
border-color: #D87A2E;
}
.TagClassName
{
border-color: #D87A2E;
}
</style>