Shades of Tahiti Gold #D97A32
Tints of Tahiti Gold #D97A32
RGB
CMYK
RGB Variations
Color information
#D97A32 (or 0xD97A32) is known color: Tahiti Gold. HEX triplet: D9, 7A and 32. RGB value is (217,122,50). Sum of RGB (Red+Green+Blue) = 217+122+50=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 122 (48.05% from 255 or 31.36% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97A32 is #2685CD. Grayscale: #8E8E8E. Windows color (decimal): -2524622 or 3308249. OLE color: 3308249.
HSL color Cylindrical-coordinate representation of color #D97A32: hue angle of 25.87º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D97A32 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 50 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.15 |
| HSL | 25.87º | 0.69% | 0.52% | - |
| HSV(B) | 25.87º | 0.77% | 0.85% | - |
| XYZ | 36.15 | 28.9 | 6.69 | - |
| YUV | 142.2 | 75.97 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 50 | 0 | 0.44 | 0.77 | 0.15 | 25.87 | 0.69 | 0.52 |
| Hex | D9 | 7A | 32 | 0 | 2C | 4D | F | 1A | 45 | 34 |
| Octal | 331 | 172 | 62 | 0 | 54 | 115 | 17 | 32 | 105 | 64 |
| Binary | 11011001 | 1111010 | 110010 | 0 | 101100 | 1001101 | 1111 | 11010 | 1000101 | 110100 |
Color Harmonies of #D97A32
Complementary color
Monochromatic Colors of #D97A32
Black with #D97A32
Text Example
Text Example
White with #D97A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A32; }
p { color: rgb(217,122,50); }
H1.HeaderClassName
{
color: #D97A32;
}
.AnyTagClassName
{
color: #D97A32;
}
</style>
background-color css
<style>
a { background-color: #D97A32; }
a { background-color: rgb(217,122,50); }
div.DivClassName
{
background-color: #D97A32;
}
.BgClassName
{
background-color: #D97A32;
}
</style>
border-color css
<style>
span { border-color: #D97A32; }
span { border-color: rgb(217,122,50); }
td.TdClassName
{
border-color: #D97A32;
}
.TagClassName
{
border-color: #D97A32;
}
</style>