Shades of Tahiti Gold #D97C24
Tints of Tahiti Gold #D97C24
RGB
CMYK
RGB Variations
Color information
#D97C24 (or 0xD97C24) is known color: Tahiti Gold. HEX triplet: D9, 7C and 24. RGB value is (217,124,36). Sum of RGB (Red+Green+Blue) = 217+124+36=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97C24 is #2683DB. Grayscale: #8E8E8E. Windows color (decimal): -2524124 or 2391257. OLE color: 2391257.
HSL color Cylindrical-coordinate representation of color #D97C24: hue angle of 29.17º degrees, saturation: 0.72, 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 #D97C24 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 36 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.15 |
| HSL | 29.17º | 0.72% | 0.5% | - |
| HSV(B) | 29.17º | 0.83% | 0.85% | - |
| XYZ | 36.14 | 29.29 | 5.42 | - |
| YUV | 141.78 | 68.31 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 36 | 0 | 0.43 | 0.83 | 0.15 | 29.17 | 0.72 | 0.5 |
| Hex | D9 | 7C | 24 | 0 | 2B | 53 | F | 1D | 48 | 32 |
| Octal | 331 | 174 | 44 | 0 | 53 | 123 | 17 | 35 | 110 | 62 |
| Binary | 11011001 | 1111100 | 100100 | 0 | 101011 | 1010011 | 1111 | 11101 | 1001000 | 110010 |
Color Harmonies of #D97C24
Complementary color
Monochromatic Colors of #D97C24
Black with #D97C24
Text Example
Text Example
White with #D97C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C24; }
p { color: rgb(217,124,36); }
H1.HeaderClassName
{
color: #D97C24;
}
.AnyTagClassName
{
color: #D97C24;
}
</style>
background-color css
<style>
a { background-color: #D97C24; }
a { background-color: rgb(217,124,36); }
div.DivClassName
{
background-color: #D97C24;
}
.BgClassName
{
background-color: #D97C24;
}
</style>
border-color css
<style>
span { border-color: #D97C24; }
span { border-color: rgb(217,124,36); }
td.TdClassName
{
border-color: #D97C24;
}
.TagClassName
{
border-color: #D97C24;
}
</style>