Shades of Tahiti Gold #D8742E
Tints of Tahiti Gold #D8742E
RGB
CMYK
RGB Variations
Color information
#D8742E (or 0xD8742E) is known color: Tahiti Gold. HEX triplet: D8, 74 and 2E. RGB value is (216,116,46). Sum of RGB (Red+Green+Blue) = 216+116+46=378 (50% of max value = 765). Red value is 216 (84.77% from 255 or 57.14% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 216 - color contains mainly: red. Hex color #D8742E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8742E is #278BD1. Grayscale: #8A8A8A. Windows color (decimal): -2591698 or 3044568. OLE color: 3044568.
HSL color Cylindrical-coordinate representation of color #D8742E: hue angle of 24.71º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8742E is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 116 | 46 | - |
| CMYK | 0 | 0.46 | 0.79 | 0.15 |
| HSL | 24.71º | 0.69% | 0.51% | - |
| HSV(B) | 24.71º | 0.79% | 0.85% | - |
| XYZ | 35.06 | 27.29 | 6 | - |
| YUV | 137.92 | 76.13 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 116 | 46 | 0 | 0.46 | 0.79 | 0.15 | 24.71 | 0.69 | 0.51 |
| Hex | D8 | 74 | 2E | 0 | 2E | 4F | F | 19 | 45 | 33 |
| Octal | 330 | 164 | 56 | 0 | 56 | 117 | 17 | 31 | 105 | 63 |
| Binary | 11011000 | 1110100 | 101110 | 0 | 101110 | 1001111 | 1111 | 11001 | 1000101 | 110011 |
Color Harmonies of #D8742E
Complementary color
Monochromatic Colors of #D8742E
Black with #D8742E
Text Example
Text Example
White with #D8742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8742E; }
p { color: rgb(216,116,46); }
H1.HeaderClassName
{
color: #D8742E;
}
.AnyTagClassName
{
color: #D8742E;
}
</style>
background-color css
<style>
a { background-color: #D8742E; }
a { background-color: rgb(216,116,46); }
div.DivClassName
{
background-color: #D8742E;
}
.BgClassName
{
background-color: #D8742E;
}
</style>
border-color css
<style>
span { border-color: #D8742E; }
span { border-color: rgb(216,116,46); }
td.TdClassName
{
border-color: #D8742E;
}
.TagClassName
{
border-color: #D8742E;
}
</style>