Shades of Tahiti Gold #D97429
Tints of Tahiti Gold #D97429
RGB
CMYK
RGB Variations
Color information
#D97429 (or 0xD97429) is known color: Tahiti Gold. HEX triplet: D9, 74 and 29. RGB value is (217,116,41). Sum of RGB (Red+Green+Blue) = 217+116+41=374 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.02% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 217 - color contains mainly: red. Hex color #D97429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97429 is #268BD6. Grayscale: #8A8A8A. Windows color (decimal): -2526167 or 2716889. OLE color: 2716889.
HSL color Cylindrical-coordinate representation of color #D97429: hue angle of 25.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D97429 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 41 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.15 |
| HSL | 25.57º | 0.7% | 0.51% | - |
| HSV(B) | 25.57º | 0.81% | 0.85% | - |
| XYZ | 35.26 | 27.4 | 5.53 | - |
| YUV | 137.65 | 73.46 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 41 | 0 | 0.47 | 0.81 | 0.15 | 25.57 | 0.7 | 0.51 |
| Hex | D9 | 74 | 29 | 0 | 2F | 51 | F | 1A | 46 | 33 |
| Octal | 331 | 164 | 51 | 0 | 57 | 121 | 17 | 32 | 106 | 63 |
| Binary | 11011001 | 1110100 | 101001 | 0 | 101111 | 1010001 | 1111 | 11010 | 1000110 | 110011 |
Color Harmonies of #D97429
Complementary color
Monochromatic Colors of #D97429
Black with #D97429
Text Example
Text Example
White with #D97429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97429; }
p { color: rgb(217,116,41); }
H1.HeaderClassName
{
color: #D97429;
}
.AnyTagClassName
{
color: #D97429;
}
</style>
background-color css
<style>
a { background-color: #D97429; }
a { background-color: rgb(217,116,41); }
div.DivClassName
{
background-color: #D97429;
}
.BgClassName
{
background-color: #D97429;
}
</style>
border-color css
<style>
span { border-color: #D97429; }
span { border-color: rgb(217,116,41); }
td.TdClassName
{
border-color: #D97429;
}
.TagClassName
{
border-color: #D97429;
}
</style>