Shades of Tahiti Gold #D97325
Tints of Tahiti Gold #D97325
RGB
CMYK
RGB Variations
Color information
#D97325 (or 0xD97325) is known color: Tahiti Gold. HEX triplet: D9, 73 and 25. RGB value is (217,115,37). Sum of RGB (Red+Green+Blue) = 217+115+37=369 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.81% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 217 - color contains mainly: red. Hex color #D97325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97325 is #268CDA. Grayscale: #898989. Windows color (decimal): -2526427 or 2454489. OLE color: 2454489.
HSL color Cylindrical-coordinate representation of color #D97325: hue angle of 26º 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 #D97325 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 115 | 37 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.15 |
| HSL | 26º | 0.71% | 0.5% | - |
| HSV(B) | 26º | 0.83% | 0.85% | - |
| XYZ | 35.08 | 27.15 | 5.14 | - |
| YUV | 136.61 | 71.79 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 37 | 0 | 0.47 | 0.83 | 0.15 | 26 | 0.71 | 0.5 |
| Hex | D9 | 73 | 25 | 0 | 2F | 53 | F | 1A | 47 | 32 |
| Octal | 331 | 163 | 45 | 0 | 57 | 123 | 17 | 32 | 107 | 62 |
| Binary | 11011001 | 1110011 | 100101 | 0 | 101111 | 1010011 | 1111 | 11010 | 1000111 | 110010 |
Color Harmonies of #D97325
Complementary color
Monochromatic Colors of #D97325
Black with #D97325
Text Example
Text Example
White with #D97325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97325; }
p { color: rgb(217,115,37); }
H1.HeaderClassName
{
color: #D97325;
}
.AnyTagClassName
{
color: #D97325;
}
</style>
background-color css
<style>
a { background-color: #D97325; }
a { background-color: rgb(217,115,37); }
div.DivClassName
{
background-color: #D97325;
}
.BgClassName
{
background-color: #D97325;
}
</style>
border-color css
<style>
span { border-color: #D97325; }
span { border-color: rgb(217,115,37); }
td.TdClassName
{
border-color: #D97325;
}
.TagClassName
{
border-color: #D97325;
}
</style>