Shades of Tahiti Gold #D97725
Tints of Tahiti Gold #D97725
RGB
CMYK
RGB Variations
Color information
#D97725 (or 0xD97725) is known color: Tahiti Gold. HEX triplet: D9, 77 and 25. RGB value is (217,119,37). Sum of RGB (Red+Green+Blue) = 217+119+37=373 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.18% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 37 (14.84% from 255 or 9.92% from 373); Max value from RGB is 217 - color contains mainly: red. Hex color #D97725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97725 is #2688DA. Grayscale: #8B8B8B. Windows color (decimal): -2525403 or 2455513. OLE color: 2455513.
HSL color Cylindrical-coordinate representation of color #D97725: hue angle of 27.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 #D97725 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 37 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.15 |
| HSL | 27.33º | 0.71% | 0.5% | - |
| HSV(B) | 27.33º | 0.83% | 0.85% | - |
| XYZ | 35.55 | 28.08 | 5.3 | - |
| YUV | 138.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 37 | 0 | 0.45 | 0.83 | 0.15 | 27.33 | 0.71 | 0.5 |
| Hex | D9 | 77 | 25 | 0 | 2D | 53 | F | 1B | 47 | 32 |
| Octal | 331 | 167 | 45 | 0 | 55 | 123 | 17 | 33 | 107 | 62 |
| Binary | 11011001 | 1110111 | 100101 | 0 | 101101 | 1010011 | 1111 | 11011 | 1000111 | 110010 |
Color Harmonies of #D97725
Complementary color
Monochromatic Colors of #D97725
Black with #D97725
Text Example
Text Example
White with #D97725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97725; }
p { color: rgb(217,119,37); }
H1.HeaderClassName
{
color: #D97725;
}
.AnyTagClassName
{
color: #D97725;
}
</style>
background-color css
<style>
a { background-color: #D97725; }
a { background-color: rgb(217,119,37); }
div.DivClassName
{
background-color: #D97725;
}
.BgClassName
{
background-color: #D97725;
}
</style>
border-color css
<style>
span { border-color: #D97725; }
span { border-color: rgb(217,119,37); }
td.TdClassName
{
border-color: #D97725;
}
.TagClassName
{
border-color: #D97725;
}
</style>