Shades of Tahiti Gold #D97229
Tints of Tahiti Gold #D97229
RGB
CMYK
RGB Variations
Color information
#D97229 (or 0xD97229) is known color: Tahiti Gold. HEX triplet: D9, 72 and 29. RGB value is (217,114,41). Sum of RGB (Red+Green+Blue) = 217+114+41=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D97229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97229 is #268DD6. Grayscale: #888888. Windows color (decimal): -2526679 or 2716377. OLE color: 2716377.
HSL color Cylindrical-coordinate representation of color #D97229: hue angle of 24.89º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D97229 is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 114 | 41 | - |
| CMYK | 0 | 0.47 | 0.81 | 0.15 |
| HSL | 24.89º | 0.7% | 0.51% | - |
| HSV(B) | 24.89º | 0.81% | 0.85% | - |
| XYZ | 35.03 | 26.95 | 5.45 | - |
| YUV | 136.48 | 74.12 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 41 | 0 | 0.47 | 0.81 | 0.15 | 24.89 | 0.7 | 0.51 |
| Hex | D9 | 72 | 29 | 0 | 2F | 51 | F | 19 | 46 | 33 |
| Octal | 331 | 162 | 51 | 0 | 57 | 121 | 17 | 31 | 106 | 63 |
| Binary | 11011001 | 1110010 | 101001 | 0 | 101111 | 1010001 | 1111 | 11001 | 1000110 | 110011 |
Color Harmonies of #D97229
Complementary color
Monochromatic Colors of #D97229
Black with #D97229
Text Example
Text Example
White with #D97229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97229; }
p { color: rgb(217,114,41); }
H1.HeaderClassName
{
color: #D97229;
}
.AnyTagClassName
{
color: #D97229;
}
</style>
background-color css
<style>
a { background-color: #D97229; }
a { background-color: rgb(217,114,41); }
div.DivClassName
{
background-color: #D97229;
}
.BgClassName
{
background-color: #D97229;
}
</style>
border-color css
<style>
span { border-color: #D97229; }
span { border-color: rgb(217,114,41); }
td.TdClassName
{
border-color: #D97229;
}
.TagClassName
{
border-color: #D97229;
}
</style>