Shades of Tahiti Gold #D97728
Tints of Tahiti Gold #D97728
RGB
CMYK
RGB Variations
Color information
#D97728 (or 0xD97728) is known color: Tahiti Gold. HEX triplet: D9, 77 and 28. RGB value is (217,119,40). Sum of RGB (Red+Green+Blue) = 217+119+40=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D97728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97728 is #2688D7. Grayscale: #8B8B8B. Windows color (decimal): -2525400 or 2652121. OLE color: 2652121.
HSL color Cylindrical-coordinate representation of color #D97728: hue angle of 26.78º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D97728 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 119 | 40 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.15 |
| HSL | 26.78º | 0.7% | 0.5% | - |
| HSV(B) | 26.78º | 0.82% | 0.85% | - |
| XYZ | 35.6 | 28.1 | 5.55 | - |
| YUV | 139.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 119 | 40 | 0 | 0.45 | 0.82 | 0.15 | 26.78 | 0.7 | 0.5 |
| Hex | D9 | 77 | 28 | 0 | 2D | 52 | F | 1B | 46 | 32 |
| Octal | 331 | 167 | 50 | 0 | 55 | 122 | 17 | 33 | 106 | 62 |
| Binary | 11011001 | 1110111 | 101000 | 0 | 101101 | 1010010 | 1111 | 11011 | 1000110 | 110010 |
Color Harmonies of #D97728
Complementary color
Monochromatic Colors of #D97728
Black with #D97728
Text Example
Text Example
White with #D97728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D97728; }
p { color: rgb(217,119,40); }
H1.HeaderClassName
{
color: #D97728;
}
.AnyTagClassName
{
color: #D97728;
}
</style>
background-color css
<style>
a { background-color: #D97728; }
a { background-color: rgb(217,119,40); }
div.DivClassName
{
background-color: #D97728;
}
.BgClassName
{
background-color: #D97728;
}
</style>
border-color css
<style>
span { border-color: #D97728; }
span { border-color: rgb(217,119,40); }
td.TdClassName
{
border-color: #D97728;
}
.TagClassName
{
border-color: #D97728;
}
</style>