Shades of Tahiti Gold #D86E2B
Tints of Tahiti Gold #D86E2B
RGB
CMYK
RGB Variations
Color information
#D86E2B (or 0xD86E2B) is known color: Tahiti Gold. HEX triplet: D8, 6E and 2B. RGB value is (216,110,43). Sum of RGB (Red+Green+Blue) = 216+110+43=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D86E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86E2B is #2791D4. Grayscale: #868686. Windows color (decimal): -2593237 or 2846424. OLE color: 2846424.
HSL color Cylindrical-coordinate representation of color #D86E2B: hue angle of 23.24º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D86E2B is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 110 | 43 | - |
| CMYK | 0 | 0.49 | 0.80 | 0.15 |
| HSL | 23.24º | 0.69% | 0.51% | - |
| HSV(B) | 23.24º | 0.8% | 0.85% | - |
| XYZ | 34.33 | 25.93 | 5.48 | - |
| YUV | 134.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 110 | 43 | 0 | 0.49 | 0.80 | 0.15 | 23.24 | 0.69 | 0.51 |
| Hex | D8 | 6E | 2B | 0 | 31 | 50 | F | 17 | 45 | 33 |
| Octal | 330 | 156 | 53 | 0 | 61 | 120 | 17 | 27 | 105 | 63 |
| Binary | 11011000 | 1101110 | 101011 | 0 | 110001 | 1010000 | 1111 | 10111 | 1000101 | 110011 |
Color Harmonies of #D86E2B
Complementary color
Monochromatic Colors of #D86E2B
Black with #D86E2B
Text Example
Text Example
White with #D86E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86E2B; }
p { color: rgb(216,110,43); }
H1.HeaderClassName
{
color: #D86E2B;
}
.AnyTagClassName
{
color: #D86E2B;
}
</style>
background-color css
<style>
a { background-color: #D86E2B; }
a { background-color: rgb(216,110,43); }
div.DivClassName
{
background-color: #D86E2B;
}
.BgClassName
{
background-color: #D86E2B;
}
</style>
border-color css
<style>
span { border-color: #D86E2B; }
span { border-color: rgb(216,110,43); }
td.TdClassName
{
border-color: #D86E2B;
}
.TagClassName
{
border-color: #D86E2B;
}
</style>