Shades of Tahiti Gold #D97A25
Tints of Tahiti Gold #D97A25
RGB
CMYK
RGB Variations
Color information
#D97A25 (or 0xD97A25) is known color: Tahiti Gold. HEX triplet: D9, 7A and 25. RGB value is (217,122,37). Sum of RGB (Red+Green+Blue) = 217+122+37=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 37 (14.84% from 255 or 9.84% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97A25 is #2685DA. Grayscale: #8D8D8D. Windows color (decimal): -2524635 or 2456281. OLE color: 2456281.
HSL color Cylindrical-coordinate representation of color #D97A25: hue angle of 28.33º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D97A25 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 122 | 37 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.15 |
| HSL | 28.33º | 0.71% | 0.5% | - |
| HSV(B) | 28.33º | 0.83% | 0.85% | - |
| XYZ | 35.91 | 28.8 | 5.42 | - |
| YUV | 140.72 | 69.47 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 122 | 37 | 0 | 0.44 | 0.83 | 0.15 | 28.33 | 0.71 | 0.5 |
| Hex | D9 | 7A | 25 | 0 | 2C | 53 | F | 1C | 47 | 32 |
| Octal | 331 | 172 | 45 | 0 | 54 | 123 | 17 | 34 | 107 | 62 |
| Binary | 11011001 | 1111010 | 100101 | 0 | 101100 | 1010011 | 1111 | 11100 | 1000111 | 110010 |
Color Harmonies of #D97A25
Complementary color
Monochromatic Colors of #D97A25
Black with #D97A25
Text Example
Text Example
White with #D97A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97A25; }
p { color: rgb(217,122,37); }
H1.HeaderClassName
{
color: #D97A25;
}
.AnyTagClassName
{
color: #D97A25;
}
</style>
background-color css
<style>
a { background-color: #D97A25; }
a { background-color: rgb(217,122,37); }
div.DivClassName
{
background-color: #D97A25;
}
.BgClassName
{
background-color: #D97A25;
}
</style>
border-color css
<style>
span { border-color: #D97A25; }
span { border-color: rgb(217,122,37); }
td.TdClassName
{
border-color: #D97A25;
}
.TagClassName
{
border-color: #D97A25;
}
</style>