Shades of Tahiti Gold #D97A2C
Tints of Tahiti Gold #D97A2C
RGB
CMYK
RGB Variations
Color information
#D97A2C (or 0xD97A2C) is known color: Tahiti Gold. HEX triplet: D9, 7A and 2C. RGB value is (217,122,44). Sum of RGB (Red+Green+Blue) = 217+122+44=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 122 (48.05% from 255 or 31.85% from 383); Blue value is 44 (17.58% from 255 or 11.49% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97A2C is #2685D3. Grayscale: #8D8D8D. Windows color (decimal): -2524628 or 2915033. OLE color: 2915033.
HSL color Cylindrical-coordinate representation of color #D97A2C: hue angle of 27.05º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D97A2C is Cyan = 0, Magento = 0.44, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 44 | - |
| CMYK | 0 | 0.44 | 0.80 | 0.15 |
| HSL | 27.05º | 0.69% | 0.51% | - |
| HSV(B) | 27.05º | 0.8% | 0.85% | - |
| XYZ | 36.03 | 28.85 | 6.05 | - |
| YUV | 141.51 | 72.97 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 44 | 0 | 0.44 | 0.80 | 0.15 | 27.05 | 0.69 | 0.51 |
| Hex | D9 | 7A | 2C | 0 | 2C | 50 | F | 1B | 45 | 33 |
| Octal | 331 | 172 | 54 | 0 | 54 | 120 | 17 | 33 | 105 | 63 |
| Binary | 11011001 | 1111010 | 101100 | 0 | 101100 | 1010000 | 1111 | 11011 | 1000101 | 110011 |
Color Harmonies of #D97A2C
Complementary color
Monochromatic Colors of #D97A2C
Black with #D97A2C
Text Example
Text Example
White with #D97A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A2C; }
p { color: rgb(217,122,44); }
H1.HeaderClassName
{
color: #D97A2C;
}
.AnyTagClassName
{
color: #D97A2C;
}
</style>
background-color css
<style>
a { background-color: #D97A2C; }
a { background-color: rgb(217,122,44); }
div.DivClassName
{
background-color: #D97A2C;
}
.BgClassName
{
background-color: #D97A2C;
}
</style>
border-color css
<style>
span { border-color: #D97A2C; }
span { border-color: rgb(217,122,44); }
td.TdClassName
{
border-color: #D97A2C;
}
.TagClassName
{
border-color: #D97A2C;
}
</style>