Shades of Tahiti Gold #D87E28
Tints of Tahiti Gold #D87E28
RGB
CMYK
RGB Variations
Color information
#D87E28 (or 0xD87E28) is known color: Tahiti Gold. HEX triplet: D8, 7E and 28. RGB value is (216,126,40). Sum of RGB (Red+Green+Blue) = 216+126+40=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D87E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87E28 is #2781D7. Grayscale: #8F8F8F. Windows color (decimal): -2589144 or 2653912. OLE color: 2653912.
HSL color Cylindrical-coordinate representation of color #D87E28: hue angle of 29.32º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D87E28 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 126 | 40 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.15 |
| HSL | 29.32º | 0.69% | 0.5% | - |
| HSV(B) | 29.32º | 0.81% | 0.85% | - |
| XYZ | 36.16 | 29.67 | 5.83 | - |
| YUV | 143.11 | 69.82 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 126 | 40 | 0 | 0.42 | 0.81 | 0.15 | 29.32 | 0.69 | 0.5 |
| Hex | D8 | 7E | 28 | 0 | 2A | 51 | F | 1D | 45 | 32 |
| Octal | 330 | 176 | 50 | 0 | 52 | 121 | 17 | 35 | 105 | 62 |
| Binary | 11011000 | 1111110 | 101000 | 0 | 101010 | 1010001 | 1111 | 11101 | 1000101 | 110010 |
Color Harmonies of #D87E28
Complementary color
Monochromatic Colors of #D87E28
Black with #D87E28
Text Example
Text Example
White with #D87E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87E28; }
p { color: rgb(216,126,40); }
H1.HeaderClassName
{
color: #D87E28;
}
.AnyTagClassName
{
color: #D87E28;
}
</style>
background-color css
<style>
a { background-color: #D87E28; }
a { background-color: rgb(216,126,40); }
div.DivClassName
{
background-color: #D87E28;
}
.BgClassName
{
background-color: #D87E28;
}
</style>
border-color css
<style>
span { border-color: #D87E28; }
span { border-color: rgb(216,126,40); }
td.TdClassName
{
border-color: #D87E28;
}
.TagClassName
{
border-color: #D87E28;
}
</style>