Shades of Tahiti Gold #D87C2A
Tints of Tahiti Gold #D87C2A
RGB
CMYK
RGB Variations
Color information
#D87C2A (or 0xD87C2A) is known color: Tahiti Gold. HEX triplet: D8, 7C and 2A. RGB value is (216,124,42). Sum of RGB (Red+Green+Blue) = 216+124+42=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 42 (16.80% from 255 or 10.99% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D87C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87C2A is #2783D5. Grayscale: #8E8E8E. Windows color (decimal): -2589654 or 2784472. OLE color: 2784472.
HSL color Cylindrical-coordinate representation of color #D87C2A: hue angle of 28.28º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D87C2A is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 124 | 42 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.15 |
| HSL | 28.28º | 0.69% | 0.51% | - |
| HSV(B) | 28.28º | 0.81% | 0.85% | - |
| XYZ | 35.94 | 29.18 | 5.93 | - |
| YUV | 142.16 | 71.48 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 124 | 42 | 0 | 0.43 | 0.81 | 0.15 | 28.28 | 0.69 | 0.51 |
| Hex | D8 | 7C | 2A | 0 | 2B | 51 | F | 1C | 45 | 33 |
| Octal | 330 | 174 | 52 | 0 | 53 | 121 | 17 | 34 | 105 | 63 |
| Binary | 11011000 | 1111100 | 101010 | 0 | 101011 | 1010001 | 1111 | 11100 | 1000101 | 110011 |
Color Harmonies of #D87C2A
Complementary color
Monochromatic Colors of #D87C2A
Black with #D87C2A
Text Example
Text Example
White with #D87C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87C2A; }
p { color: rgb(216,124,42); }
H1.HeaderClassName
{
color: #D87C2A;
}
.AnyTagClassName
{
color: #D87C2A;
}
</style>
background-color css
<style>
a { background-color: #D87C2A; }
a { background-color: rgb(216,124,42); }
div.DivClassName
{
background-color: #D87C2A;
}
.BgClassName
{
background-color: #D87C2A;
}
</style>
border-color css
<style>
span { border-color: #D87C2A; }
span { border-color: rgb(216,124,42); }
td.TdClassName
{
border-color: #D87C2A;
}
.TagClassName
{
border-color: #D87C2A;
}
</style>