Shades of Tahiti Gold #D87129
Tints of Tahiti Gold #D87129
RGB
CMYK
RGB Variations
Color information
#D87129 (or 0xD87129) is known color: Tahiti Gold. HEX triplet: D8, 71 and 29. RGB value is (216,113,41). Sum of RGB (Red+Green+Blue) = 216+113+41=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 41 (16.41% from 255 or 11.08% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D87129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87129 is #278ED6. Grayscale: #878787. Windows color (decimal): -2592471 or 2716120. OLE color: 2716120.
HSL color Cylindrical-coordinate representation of color #D87129: hue angle of 24.69º 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 #D87129 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 113 | 41 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.15 |
| HSL | 24.69º | 0.69% | 0.5% | - |
| HSV(B) | 24.69º | 0.81% | 0.85% | - |
| XYZ | 34.62 | 26.57 | 5.4 | - |
| YUV | 135.59 | 74.62 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 113 | 41 | 0 | 0.48 | 0.81 | 0.15 | 24.69 | 0.69 | 0.5 |
| Hex | D8 | 71 | 29 | 0 | 30 | 51 | F | 19 | 45 | 32 |
| Octal | 330 | 161 | 51 | 0 | 60 | 121 | 17 | 31 | 105 | 62 |
| Binary | 11011000 | 1110001 | 101001 | 0 | 110000 | 1010001 | 1111 | 11001 | 1000101 | 110010 |
Color Harmonies of #D87129
Complementary color
Monochromatic Colors of #D87129
Black with #D87129
Text Example
Text Example
White with #D87129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87129; }
p { color: rgb(216,113,41); }
H1.HeaderClassName
{
color: #D87129;
}
.AnyTagClassName
{
color: #D87129;
}
</style>
background-color css
<style>
a { background-color: #D87129; }
a { background-color: rgb(216,113,41); }
div.DivClassName
{
background-color: #D87129;
}
.BgClassName
{
background-color: #D87129;
}
</style>
border-color css
<style>
span { border-color: #D87129; }
span { border-color: rgb(216,113,41); }
td.TdClassName
{
border-color: #D87129;
}
.TagClassName
{
border-color: #D87129;
}
</style>