Shades of Tahiti Gold #D77429
Tints of Tahiti Gold #D77429
RGB
CMYK
RGB Variations
Color information
#D77429 (or 0xD77429) is known color: Tahiti Gold. HEX triplet: D7, 74 and 29. RGB value is (215,116,41). Sum of RGB (Red+Green+Blue) = 215+116+41=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D77429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77429 is #288BD6. Grayscale: #898989. Windows color (decimal): -2657239 or 2716887. OLE color: 2716887.
HSL color Cylindrical-coordinate representation of color #D77429: hue angle of 25.86º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D77429 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 116 | 41 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.16 |
| HSL | 25.86º | 0.69% | 0.5% | - |
| HSV(B) | 25.86º | 0.81% | 0.84% | - |
| XYZ | 34.67 | 27.1 | 5.5 | - |
| YUV | 137.05 | 73.8 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 116 | 41 | 0 | 0.46 | 0.81 | 0.16 | 25.86 | 0.69 | 0.5 |
| Hex | D7 | 74 | 29 | 0 | 2E | 51 | 10 | 1A | 45 | 32 |
| Octal | 327 | 164 | 51 | 0 | 56 | 121 | 20 | 32 | 105 | 62 |
| Binary | 11010111 | 1110100 | 101001 | 0 | 101110 | 1010001 | 10000 | 11010 | 1000101 | 110010 |
Color Harmonies of #D77429
Complementary color
Monochromatic Colors of #D77429
Black with #D77429
Text Example
Text Example
White with #D77429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77429; }
p { color: rgb(215,116,41); }
H1.HeaderClassName
{
color: #D77429;
}
.AnyTagClassName
{
color: #D77429;
}
</style>
background-color css
<style>
a { background-color: #D77429; }
a { background-color: rgb(215,116,41); }
div.DivClassName
{
background-color: #D77429;
}
.BgClassName
{
background-color: #D77429;
}
</style>
border-color css
<style>
span { border-color: #D77429; }
span { border-color: rgb(215,116,41); }
td.TdClassName
{
border-color: #D77429;
}
.TagClassName
{
border-color: #D77429;
}
</style>