Shades of Tahiti Gold #D87529
Tints of Tahiti Gold #D87529
RGB
CMYK
RGB Variations
Color information
#D87529 (or 0xD87529) is known color: Tahiti Gold. HEX triplet: D8, 75 and 29. RGB value is (216,117,41). Sum of RGB (Red+Green+Blue) = 216+117+41=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D87529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87529 is #278AD6. Grayscale: #8A8A8A. Windows color (decimal): -2591447 or 2717144. OLE color: 2717144.
HSL color Cylindrical-coordinate representation of color #D87529: hue angle of 26.06º 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 #D87529 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 117 | 41 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.15 |
| HSL | 26.06º | 0.69% | 0.5% | - |
| HSV(B) | 26.06º | 0.81% | 0.85% | - |
| XYZ | 35.08 | 27.48 | 5.55 | - |
| YUV | 137.94 | 73.3 | 183.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 117 | 41 | 0 | 0.46 | 0.81 | 0.15 | 26.06 | 0.69 | 0.5 |
| Hex | D8 | 75 | 29 | 0 | 2E | 51 | F | 1A | 45 | 32 |
| Octal | 330 | 165 | 51 | 0 | 56 | 121 | 17 | 32 | 105 | 62 |
| Binary | 11011000 | 1110101 | 101001 | 0 | 101110 | 1010001 | 1111 | 11010 | 1000101 | 110010 |
Color Harmonies of #D87529
Complementary color
Monochromatic Colors of #D87529
Black with #D87529
Text Example
Text Example
White with #D87529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87529; }
p { color: rgb(216,117,41); }
H1.HeaderClassName
{
color: #D87529;
}
.AnyTagClassName
{
color: #D87529;
}
</style>
background-color css
<style>
a { background-color: #D87529; }
a { background-color: rgb(216,117,41); }
div.DivClassName
{
background-color: #D87529;
}
.BgClassName
{
background-color: #D87529;
}
</style>
border-color css
<style>
span { border-color: #D87529; }
span { border-color: rgb(216,117,41); }
td.TdClassName
{
border-color: #D87529;
}
.TagClassName
{
border-color: #D87529;
}
</style>