Shades of Tahiti Gold #D87828
Tints of Tahiti Gold #D87828
RGB
CMYK
RGB Variations
Color information
#D87828 (or 0xD87828) is known color: Tahiti Gold. HEX triplet: D8, 78 and 28. RGB value is (216,120,40). Sum of RGB (Red+Green+Blue) = 216+120+40=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D87828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D87828 is #2787D7. Grayscale: #8C8C8C. Windows color (decimal): -2590680 or 2652376. OLE color: 2652376.
HSL color Cylindrical-coordinate representation of color #D87828: hue angle of 27.27º 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 #D87828 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 120 | 40 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.15 |
| HSL | 27.27º | 0.69% | 0.5% | - |
| HSV(B) | 27.27º | 0.81% | 0.85% | - |
| XYZ | 35.42 | 28.19 | 5.58 | - |
| YUV | 139.58 | 71.8 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 120 | 40 | 0 | 0.44 | 0.81 | 0.15 | 27.27 | 0.69 | 0.5 |
| Hex | D8 | 78 | 28 | 0 | 2C | 51 | F | 1B | 45 | 32 |
| Octal | 330 | 170 | 50 | 0 | 54 | 121 | 17 | 33 | 105 | 62 |
| Binary | 11011000 | 1111000 | 101000 | 0 | 101100 | 1010001 | 1111 | 11011 | 1000101 | 110010 |
Color Harmonies of #D87828
Complementary color
Monochromatic Colors of #D87828
Black with #D87828
Text Example
Text Example
White with #D87828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87828; }
p { color: rgb(216,120,40); }
H1.HeaderClassName
{
color: #D87828;
}
.AnyTagClassName
{
color: #D87828;
}
</style>
background-color css
<style>
a { background-color: #D87828; }
a { background-color: rgb(216,120,40); }
div.DivClassName
{
background-color: #D87828;
}
.BgClassName
{
background-color: #D87828;
}
</style>
border-color css
<style>
span { border-color: #D87828; }
span { border-color: rgb(216,120,40); }
td.TdClassName
{
border-color: #D87828;
}
.TagClassName
{
border-color: #D87828;
}
</style>