Shades of Tahiti Gold #D6762E
Tints of Tahiti Gold #D6762E
RGB
CMYK
RGB Variations
Color information
#D6762E (or 0xD6762E) is known color: Tahiti Gold. HEX triplet: D6, 76 and 2E. RGB value is (214,118,46). Sum of RGB (Red+Green+Blue) = 214+118+46=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6762E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6762E is #2989D1. Grayscale: #8A8A8A. Windows color (decimal): -2722258 or 3045078. OLE color: 3045078.
HSL color Cylindrical-coordinate representation of color #D6762E: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6762E is Cyan = 0, Magento = 0.45, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 46 | - |
| CMYK | 0 | 0.45 | 0.79 | 0.16 |
| HSL | 25.71º | 0.67% | 0.51% | - |
| HSV(B) | 25.71º | 0.79% | 0.84% | - |
| XYZ | 34.7 | 27.45 | 6.05 | - |
| YUV | 138.5 | 75.8 | 181.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 46 | 0 | 0.45 | 0.79 | 0.16 | 25.71 | 0.67 | 0.51 |
| Hex | D6 | 76 | 2E | 0 | 2D | 4F | 10 | 1A | 43 | 33 |
| Octal | 326 | 166 | 56 | 0 | 55 | 117 | 20 | 32 | 103 | 63 |
| Binary | 11010110 | 1110110 | 101110 | 0 | 101101 | 1001111 | 10000 | 11010 | 1000011 | 110011 |
Color Harmonies of #D6762E
Complementary color
Monochromatic Colors of #D6762E
Black with #D6762E
Text Example
Text Example
White with #D6762E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6762E; }
p { color: rgb(214,118,46); }
H1.HeaderClassName
{
color: #D6762E;
}
.AnyTagClassName
{
color: #D6762E;
}
</style>
background-color css
<style>
a { background-color: #D6762E; }
a { background-color: rgb(214,118,46); }
div.DivClassName
{
background-color: #D6762E;
}
.BgClassName
{
background-color: #D6762E;
}
</style>
border-color css
<style>
span { border-color: #D6762E; }
span { border-color: rgb(214,118,46); }
td.TdClassName
{
border-color: #D6762E;
}
.TagClassName
{
border-color: #D6762E;
}
</style>