Shades of Tahiti Gold #D7742B
Tints of Tahiti Gold #D7742B
RGB
CMYK
RGB Variations
Color information
#D7742B (or 0xD7742B) is known color: Tahiti Gold. HEX triplet: D7, 74 and 2B. RGB value is (215,116,43). Sum of RGB (Red+Green+Blue) = 215+116+43=374 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.49% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 215 - color contains mainly: red. Hex color #D7742B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7742B is #288BD4. Grayscale: #898989. Windows color (decimal): -2657237 or 2847959. OLE color: 2847959.
HSL color Cylindrical-coordinate representation of color #D7742B: hue angle of 25.47º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D7742B is Cyan = 0, Magento = 0.46, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 43 | - |
| CMYK | 0 | 0.46 | 0.8 | 0.16 |
| HSL | 25.47º | 0.68% | 0.51% | - |
| HSV(B) | 25.47º | 0.8% | 0.84% | - |
| XYZ | 34.71 | 27.11 | 5.69 | - |
| YUV | 137.28 | 74.8 | 183.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 43 | 0 | 0.46 | 0.8 | 0.16 | 25.47 | 0.68 | 0.51 |
| Hex | D7 | 74 | 2B | 0 | 2E | 50 | 10 | 19 | 44 | 33 |
| Octal | 327 | 164 | 53 | 0 | 56 | 120 | 20 | 31 | 104 | 63 |
| Binary | 11010111 | 1110100 | 101011 | 0 | 101110 | 1010000 | 10000 | 11001 | 1000100 | 110011 |
Color Harmonies of #D7742B
Complementary color
Monochromatic Colors of #D7742B
Black with #D7742B
Text Example
Text Example
White with #D7742B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7742B; }
p { color: rgb(215,116,43); }
H1.HeaderClassName
{
color: #D7742B;
}
.AnyTagClassName
{
color: #D7742B;
}
</style>
background-color css
<style>
a { background-color: #D7742B; }
a { background-color: rgb(215,116,43); }
div.DivClassName
{
background-color: #D7742B;
}
.BgClassName
{
background-color: #D7742B;
}
</style>
border-color css
<style>
span { border-color: #D7742B; }
span { border-color: rgb(215,116,43); }
td.TdClassName
{
border-color: #D7742B;
}
.TagClassName
{
border-color: #D7742B;
}
</style>