Shades of Tahiti Gold #D87D29
Tints of Tahiti Gold #D87D29
RGB
CMYK
RGB Variations
Color information
#D87D29 (or 0xD87D29) is known color: Tahiti Gold. HEX triplet: D8, 7D and 29. RGB value is (216,125,41). Sum of RGB (Red+Green+Blue) = 216+125+41=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 41 (16.41% from 255 or 10.73% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D87D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87D29 is #2782D6. Grayscale: #8F8F8F. Windows color (decimal): -2589399 or 2719192. OLE color: 2719192.
HSL color Cylindrical-coordinate representation of color #D87D29: hue angle of 28.8º 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 #D87D29 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 125 | 41 | - |
| CMYK | 0 | 0.42 | 0.81 | 0.15 |
| HSL | 28.8º | 0.69% | 0.5% | - |
| HSV(B) | 28.8º | 0.81% | 0.85% | - |
| XYZ | 36.05 | 29.43 | 5.88 | - |
| YUV | 142.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 41 | 0 | 0.42 | 0.81 | 0.15 | 28.8 | 0.69 | 0.5 |
| Hex | D8 | 7D | 29 | 0 | 2A | 51 | F | 1D | 45 | 32 |
| Octal | 330 | 175 | 51 | 0 | 52 | 121 | 17 | 35 | 105 | 62 |
| Binary | 11011000 | 1111101 | 101001 | 0 | 101010 | 1010001 | 1111 | 11101 | 1000101 | 110010 |
Color Harmonies of #D87D29
Complementary color
Monochromatic Colors of #D87D29
Black with #D87D29
Text Example
Text Example
White with #D87D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87D29; }
p { color: rgb(216,125,41); }
H1.HeaderClassName
{
color: #D87D29;
}
.AnyTagClassName
{
color: #D87D29;
}
</style>
background-color css
<style>
a { background-color: #D87D29; }
a { background-color: rgb(216,125,41); }
div.DivClassName
{
background-color: #D87D29;
}
.BgClassName
{
background-color: #D87D29;
}
</style>
border-color css
<style>
span { border-color: #D87D29; }
span { border-color: rgb(216,125,41); }
td.TdClassName
{
border-color: #D87D29;
}
.TagClassName
{
border-color: #D87D29;
}
</style>