Shades of Tahiti Gold #D97321
Tints of Tahiti Gold #D97321
RGB
CMYK
RGB Variations
Color information
#D97321 (or 0xD97321) is known color: Tahiti Gold. HEX triplet: D9, 73 and 21. RGB value is (217,115,33). Sum of RGB (Red+Green+Blue) = 217+115+33=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 33 (13.28% from 255 or 9.04% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D97321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97321 is #268CDE. Grayscale: #888888. Windows color (decimal): -2526431 or 2192345. OLE color: 2192345.
HSL color Cylindrical-coordinate representation of color #D97321: hue angle of 26.74º 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 #D97321 is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 33 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.15 |
| HSL | 26.74º | 0.74% | 0.49% | - |
| HSV(B) | 26.74º | 0.85% | 0.85% | - |
| XYZ | 35.02 | 27.12 | 4.83 | - |
| YUV | 136.15 | 69.79 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 33 | 0 | 0.47 | 0.85 | 0.15 | 26.74 | 0.74 | 0.49 |
| Hex | D9 | 73 | 21 | 0 | 2F | 55 | F | 1B | 4A | 31 |
| Octal | 331 | 163 | 41 | 0 | 57 | 125 | 17 | 33 | 112 | 61 |
| Binary | 11011001 | 1110011 | 100001 | 0 | 101111 | 1010101 | 1111 | 11011 | 1001010 | 110001 |
Color Harmonies of #D97321
Complementary color
Monochromatic Colors of #D97321
Black with #D97321
Text Example
Text Example
White with #D97321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97321; }
p { color: rgb(217,115,33); }
H1.HeaderClassName
{
color: #D97321;
}
.AnyTagClassName
{
color: #D97321;
}
</style>
background-color css
<style>
a { background-color: #D97321; }
a { background-color: rgb(217,115,33); }
div.DivClassName
{
background-color: #D97321;
}
.BgClassName
{
background-color: #D97321;
}
</style>
border-color css
<style>
span { border-color: #D97321; }
span { border-color: rgb(217,115,33); }
td.TdClassName
{
border-color: #D97321;
}
.TagClassName
{
border-color: #D97321;
}
</style>