Shades of Tahiti Gold #D97C2E
Tints of Tahiti Gold #D97C2E
RGB
CMYK
RGB Variations
Color information
#D97C2E (or 0xD97C2E) is known color: Tahiti Gold. HEX triplet: D9, 7C and 2E. RGB value is (217,124,46). Sum of RGB (Red+Green+Blue) = 217+124+46=387 (51% of max value = 765). Red value is 217 (85.16% from 255 or 56.07% from 387); Green value is 124 (48.83% from 255 or 32.04% from 387); Blue value is 46 (18.36% from 255 or 11.89% from 387); Max value from RGB is 217 - color contains mainly: red. Hex color #D97C2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97C2E is #2683D1. Grayscale: #8F8F8F. Windows color (decimal): -2524114 or 3046617. OLE color: 3046617.
HSL color Cylindrical-coordinate representation of color #D97C2E: hue angle of 27.37º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D97C2E is Cyan = 0, Magento = 0.43, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 124 | 46 | - |
| CMYK | 0 | 0.43 | 0.79 | 0.15 |
| HSL | 27.37º | 0.69% | 0.52% | - |
| HSV(B) | 27.37º | 0.79% | 0.85% | - |
| XYZ | 36.32 | 29.36 | 6.34 | - |
| YUV | 142.92 | 73.31 | 180.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 124 | 46 | 0 | 0.43 | 0.79 | 0.15 | 27.37 | 0.69 | 0.52 |
| Hex | D9 | 7C | 2E | 0 | 2B | 4F | F | 1B | 45 | 34 |
| Octal | 331 | 174 | 56 | 0 | 53 | 117 | 17 | 33 | 105 | 64 |
| Binary | 11011001 | 1111100 | 101110 | 0 | 101011 | 1001111 | 1111 | 11011 | 1000101 | 110100 |
Color Harmonies of #D97C2E
Complementary color
Monochromatic Colors of #D97C2E
Black with #D97C2E
Text Example
Text Example
White with #D97C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97C2E; }
p { color: rgb(217,124,46); }
H1.HeaderClassName
{
color: #D97C2E;
}
.AnyTagClassName
{
color: #D97C2E;
}
</style>
background-color css
<style>
a { background-color: #D97C2E; }
a { background-color: rgb(217,124,46); }
div.DivClassName
{
background-color: #D97C2E;
}
.BgClassName
{
background-color: #D97C2E;
}
</style>
border-color css
<style>
span { border-color: #D97C2E; }
span { border-color: rgb(217,124,46); }
td.TdClassName
{
border-color: #D97C2E;
}
.TagClassName
{
border-color: #D97C2E;
}
</style>