Shades of Tahiti Gold #D97620
Tints of Tahiti Gold #D97620
RGB
CMYK
RGB Variations
Color information
#D97620 (or 0xD97620) is known color: Tahiti Gold. HEX triplet: D9, 76 and 20. RGB value is (217,118,32). Sum of RGB (Red+Green+Blue) = 217+118+32=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D97620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97620 is #2689DF. Grayscale: #8A8A8A. Windows color (decimal): -2525664 or 2127577. OLE color: 2127577.
HSL color Cylindrical-coordinate representation of color #D97620: hue angle of 27.89º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D97620 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 118 | 32 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.15 |
| HSL | 27.89º | 0.74% | 0.49% | - |
| HSV(B) | 27.89º | 0.85% | 0.85% | - |
| XYZ | 35.35 | 27.81 | 4.87 | - |
| YUV | 137.8 | 68.3 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 118 | 32 | 0 | 0.46 | 0.85 | 0.15 | 27.89 | 0.74 | 0.49 |
| Hex | D9 | 76 | 20 | 0 | 2E | 55 | F | 1C | 4A | 31 |
| Octal | 331 | 166 | 40 | 0 | 56 | 125 | 17 | 34 | 112 | 61 |
| Binary | 11011001 | 1110110 | 100000 | 0 | 101110 | 1010101 | 1111 | 11100 | 1001010 | 110001 |
Color Harmonies of #D97620
Complementary color
Monochromatic Colors of #D97620
Black with #D97620
Text Example
Text Example
White with #D97620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97620; }
p { color: rgb(217,118,32); }
H1.HeaderClassName
{
color: #D97620;
}
.AnyTagClassName
{
color: #D97620;
}
</style>
background-color css
<style>
a { background-color: #D97620; }
a { background-color: rgb(217,118,32); }
div.DivClassName
{
background-color: #D97620;
}
.BgClassName
{
background-color: #D97620;
}
</style>
border-color css
<style>
span { border-color: #D97620; }
span { border-color: rgb(217,118,32); }
td.TdClassName
{
border-color: #D97620;
}
.TagClassName
{
border-color: #D97620;
}
</style>