Shades of Tahiti Gold #D97721
Tints of Tahiti Gold #D97721
RGB
CMYK
RGB Variations
Color information
#D97721 (or 0xD97721) is known color: Tahiti Gold. HEX triplet: D9, 77 and 21. RGB value is (217,119,33). Sum of RGB (Red+Green+Blue) = 217+119+33=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 119 (46.88% from 255 or 32.25% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D97721 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97721 is #2688DE. Grayscale: #8A8A8A. Windows color (decimal): -2525407 or 2193369. OLE color: 2193369.
HSL color Cylindrical-coordinate representation of color #D97721: hue angle of 28.04º 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 #D97721 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 33 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.15 |
| HSL | 28.04º | 0.74% | 0.49% | - |
| HSV(B) | 28.04º | 0.85% | 0.85% | - |
| XYZ | 35.49 | 28.06 | 4.98 | - |
| YUV | 138.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 33 | 0 | 0.45 | 0.85 | 0.15 | 28.04 | 0.74 | 0.49 |
| Hex | D9 | 77 | 21 | 0 | 2D | 55 | F | 1C | 4A | 31 |
| Octal | 331 | 167 | 41 | 0 | 55 | 125 | 17 | 34 | 112 | 61 |
| Binary | 11011001 | 1110111 | 100001 | 0 | 101101 | 1010101 | 1111 | 11100 | 1001010 | 110001 |
Color Harmonies of #D97721
Complementary color
Monochromatic Colors of #D97721
Black with #D97721
Text Example
Text Example
White with #D97721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97721; }
p { color: rgb(217,119,33); }
H1.HeaderClassName
{
color: #D97721;
}
.AnyTagClassName
{
color: #D97721;
}
</style>
background-color css
<style>
a { background-color: #D97721; }
a { background-color: rgb(217,119,33); }
div.DivClassName
{
background-color: #D97721;
}
.BgClassName
{
background-color: #D97721;
}
</style>
border-color css
<style>
span { border-color: #D97721; }
span { border-color: rgb(217,119,33); }
td.TdClassName
{
border-color: #D97721;
}
.TagClassName
{
border-color: #D97721;
}
</style>