Shades of Tahiti Gold #D87428
Tints of Tahiti Gold #D87428
RGB
CMYK
RGB Variations
Color information
#D87428 (or 0xD87428) is known color: Tahiti Gold. HEX triplet: D8, 74 and 28. RGB value is (216,116,40). Sum of RGB (Red+Green+Blue) = 216+116+40=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D87428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87428 is #278BD7. Grayscale: #898989. Windows color (decimal): -2591704 or 2651352. OLE color: 2651352.
HSL color Cylindrical-coordinate representation of color #D87428: hue angle of 25.91º 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 #D87428 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 40 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.15 |
| HSL | 25.91º | 0.69% | 0.5% | - |
| HSV(B) | 25.91º | 0.81% | 0.85% | - |
| XYZ | 34.95 | 27.24 | 5.42 | - |
| YUV | 137.24 | 73.13 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 40 | 0 | 0.46 | 0.81 | 0.15 | 25.91 | 0.69 | 0.5 |
| Hex | D8 | 74 | 28 | 0 | 2E | 51 | F | 1A | 45 | 32 |
| Octal | 330 | 164 | 50 | 0 | 56 | 121 | 17 | 32 | 105 | 62 |
| Binary | 11011000 | 1110100 | 101000 | 0 | 101110 | 1010001 | 1111 | 11010 | 1000101 | 110010 |
Color Harmonies of #D87428
Complementary color
Monochromatic Colors of #D87428
Black with #D87428
Text Example
Text Example
White with #D87428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87428; }
p { color: rgb(216,116,40); }
H1.HeaderClassName
{
color: #D87428;
}
.AnyTagClassName
{
color: #D87428;
}
</style>
background-color css
<style>
a { background-color: #D87428; }
a { background-color: rgb(216,116,40); }
div.DivClassName
{
background-color: #D87428;
}
.BgClassName
{
background-color: #D87428;
}
</style>
border-color css
<style>
span { border-color: #D87428; }
span { border-color: rgb(216,116,40); }
td.TdClassName
{
border-color: #D87428;
}
.TagClassName
{
border-color: #D87428;
}
</style>